more debugging
This commit is contained in:
parent
4789a563c6
commit
2c00eaca50
11
.drone.yml
11
.drone.yml
@ -5,9 +5,8 @@ name: build-linux
|
||||
platform:
|
||||
arch: amd64
|
||||
|
||||
#environment:
|
||||
#MYCC: gcc
|
||||
#SHARED: "-f makefile.shared"
|
||||
environment:
|
||||
SLEEP: 600
|
||||
|
||||
imagedefs:
|
||||
- &anchor_compiler_image
|
||||
@ -30,10 +29,8 @@ steps:
|
||||
|
||||
- name: build-fail
|
||||
<<: *anchor_compiler_image
|
||||
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
|
||||
@ -46,6 +43,8 @@ steps:
|
||||
- name: build-success
|
||||
<<: *anchor_compiler_image
|
||||
commands:
|
||||
- echo "Go check where the binaries are - you've got ${SLEEP} seconds"
|
||||
- sleep ${SLEEP}
|
||||
- cat test_gcc_2.txt
|
||||
when:
|
||||
status:
|
||||
|
Loading…
Reference in New Issue
Block a user