From 7df881f611ea8569fc97f41a7e72d17e88717b38 Mon Sep 17 00:00:00 2001 From: Paul Reeves Date: Sat, 13 May 2023 10:44:50 +0200 Subject: [PATCH] Hard code CC --- .drone.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 89cd7fe..b25d796 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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"