This commit is contained in:
Paul Reeves 2023-05-13 10:27:08 +02:00
parent ef222418df
commit b3b1731f1d

View File

@ -23,7 +23,7 @@ steps:
path: /tmp/cache path: /tmp/cache
commands: commands:
- ${MYCC}" make ${SHARED} test_standalone >test_gcc_1.txt 2>test_gcc_2.txt - ${{MYCC}}" make ${{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"