Try again
This commit is contained in:
parent
bea295bc63
commit
c95fc7a9a6
@ -5,9 +5,9 @@ name: build-linux
|
|||||||
platform:
|
platform:
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
environment:
|
#environment:
|
||||||
MYCC: gcc
|
MYCC: gcc
|
||||||
SHARED: "-f makefile.shared"
|
#SHARED: "-f makefile.shared"
|
||||||
|
|
||||||
imagedefs:
|
imagedefs:
|
||||||
- &anchor_compiler_image
|
- &anchor_compiler_image
|
||||||
@ -23,7 +23,8 @@ steps:
|
|||||||
path: /tmp/cache
|
path: /tmp/cache
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
- ${{MYCC}}" make ${{SHARED}} test_standalone >test_gcc_1.txt 2>test_gcc_2.txt
|
- export CC=${MYCC}
|
||||||
|
- 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"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user