YADE
This commit is contained in:
parent
203f492d91
commit
4789a563c6
@ -25,7 +25,7 @@ steps:
|
||||
commands:
|
||||
- export CC=gcc
|
||||
- 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
|
||||
@ -33,7 +33,7 @@ steps:
|
||||
environment:
|
||||
SLEEP: 600
|
||||
commands:
|
||||
- echo "Go do some debugging - you've got $${SLEEP} seconds"
|
||||
- echo "Go do some debugging - you've got ${SLEEP} seconds"
|
||||
- sleep $${SLEEP}
|
||||
- cat test_gcc_1.txt
|
||||
- cat test_std.txt
|
||||
|
Loading…
Reference in New Issue
Block a user