From d968b291c3f0fba9a7751e6491559635ac0b7375 Mon Sep 17 00:00:00 2001 From: Paul Reeves Date: Sat, 13 May 2023 10:43:58 +0200 Subject: [PATCH] Fix typo --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 92c393d..89cd7fe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: build-linux platform: arch: amd64 -#environment: +environment: MYCC: gcc #SHARED: "-f makefile.shared" @@ -23,7 +23,8 @@ steps: path: /tmp/cache commands: - - export CC=${{MYCC}} +# - export CC=gcc + - 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"