Experiment with some debug code

This commit is contained in:
Paul Reeves 2023-05-13 10:53:52 +02:00
parent 7df881f611
commit 9aa04e30eb

View File

@ -30,7 +30,11 @@ steps:
- name: build-fail
<<: *anchor_compiler_image
environment:
SLEEP: 600
commands:
- echo "Go do some debugging - you've got ${SLEEP} seconds"
- sleep ${SLEEP}
- cat test_gcc_1.txt
- cat test_std.txt
- cat test_err.txt