fix
This commit is contained in:
@@ -9,11 +9,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: |
|
- run: |
|
||||||
|
|
||||||
export CC="cc -m64"
|
export CC="cc -m64"
|
||||||
export CXX="c++ -m64"
|
export CXX="c++ -m64"
|
||||||
chmod +x -v *.sh
|
chmod +x -v *.sh
|
||||||
sudo ./runit-all.sh
|
sudo ./runit-all.sh
|
||||||
sudo rm -rf binutils-* build-* ${gcc_version} gcc-* newlib-*
|
sudo rm -rf binutils-* build-* ${gcc_version} gcc-* newlib-*
|
||||||
|
no_output_timeout: 2h
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: /tmp/danio-gcc
|
root: /tmp/danio-gcc
|
||||||
paths:
|
paths:
|
||||||
@@ -28,6 +30,7 @@ jobs:
|
|||||||
chmod +x -v *.sh
|
chmod +x -v *.sh
|
||||||
sudo ./runit-all.sh
|
sudo ./runit-all.sh
|
||||||
sudo rm -rf binutils-* build-* ${gcc_version} gcc-* newlib-*
|
sudo rm -rf binutils-* build-* ${gcc_version} gcc-* newlib-*
|
||||||
|
no_output_timeout: 2h
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: /tmp/danio-gcc
|
root: /tmp/danio-gcc
|
||||||
paths:
|
paths:
|
||||||
@@ -41,6 +44,7 @@ jobs:
|
|||||||
- run: |
|
- run: |
|
||||||
(cd out; ls | (echo '<html><body>'; sed 's/^.*/<a href="&">&<\/a><br\/>/'; echo '</body></html>') >index.html)
|
(cd out; ls | (echo '<html><body>'; sed 's/^.*/<a href="&">&<\/a><br\/>/'; echo '</body></html>') >index.html)
|
||||||
surge --project ./out --domain danio-gcc.surge.sh
|
surge --project ./out --domain danio-gcc.surge.sh
|
||||||
|
no_output_timeout: 2h
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
|||||||
Reference in New Issue
Block a user