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