3
0
Fork 0

Hard code CC

This commit is contained in:
Paul Reeves 2023-05-13 10:44:50 +02:00
parent d968b291c3
commit 7df881f611
1 changed files with 3 additions and 4 deletions

View File

@ -5,8 +5,8 @@ name: build-linux
platform:
arch: amd64
environment:
MYCC: gcc
#environment:
#MYCC: gcc
#SHARED: "-f makefile.shared"
imagedefs:
@ -23,8 +23,7 @@ steps:
path: /tmp/cache
commands:
# - export CC=gcc
- export CC=${MYCC}
- export CC=gcc
- make -f makefile.shared test_standalone >test_gcc_1.txt 2>test_gcc_2.txt
- ./test >test_std.txt 2>test_err.txt"