YADE
This commit is contained in:
parent
203f492d91
commit
4789a563c6
@ -25,7 +25,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- export CC=gcc
|
- export CC=gcc
|
||||||
- make -f makefile.shared test_standalone >test_gcc_1.txt 2>test_gcc_2.txt
|
- make -f makefile.shared test_standalone >test_gcc_1.txt 2>test_gcc_2.txt
|
||||||
- ./test >test_std.txt 2>test_err.txt"
|
- ./test >test_std.txt 2>test_err.txt
|
||||||
|
|
||||||
|
|
||||||
- name: build-fail
|
- name: build-fail
|
||||||
@ -33,7 +33,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
SLEEP: 600
|
SLEEP: 600
|
||||||
commands:
|
commands:
|
||||||
- echo "Go do some debugging - you've got $${SLEEP} seconds"
|
- echo "Go do some debugging - you've got ${SLEEP} seconds"
|
||||||
- sleep $${SLEEP}
|
- sleep $${SLEEP}
|
||||||
- cat test_gcc_1.txt
|
- cat test_gcc_1.txt
|
||||||
- cat test_std.txt
|
- cat test_std.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user