Update config.yml
This commit is contained in:
@@ -6,6 +6,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: chmod +x -v *.sh
|
- run: chmod +x -v *.sh
|
||||||
|
- run: sudo ln -svf /usr/include/x86_64-linux-gnu/zconf.h /usr/include/zconf.h
|
||||||
- run: sudo ./runit-all.sh 64
|
- run: sudo ./runit-all.sh 64
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: /tmp/danio-gcc/64
|
root: /tmp/danio-gcc/64
|
||||||
@@ -17,6 +18,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: chmod +x -v *.sh
|
- run: chmod +x -v *.sh
|
||||||
|
- run: sudo ln -svf /usr/include/x86_64-linux-gnu/zconf.h /usr/include/zconf.h
|
||||||
- run: sudo ./runit-all.sh 32
|
- run: sudo ./runit-all.sh 32
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: /tmp/danio-gcc/32
|
root: /tmp/danio-gcc/32
|
||||||
|
|||||||
Reference in New Issue
Block a user