aboutsummaryrefslogtreecommitdiff
path: root/aux/ci
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-17 00:51:27 -0300
committerEuAndreh <eu@euandre.org>2021-02-17 00:51:27 -0300
commit56d29ecb65f2a64e6e9a93d6de2ebf12d7c45b75 (patch)
tree7619c55717652f865c7bebe35c0adb58af0a1d24 /aux/ci
parentTODOs.md: Add #task-98a68a93-1294-4283-a78f-9b7f1150c729 (diff)
downloadeuandre.org-56d29ecb65f2a64e6e9a93d6de2ebf12d7c45b75.tar.gz
euandre.org-56d29ecb65f2a64e6e9a93d6de2ebf12d7c45b75.tar.xz
Update aux/ files
Diffstat (limited to 'aux/ci')
-rwxr-xr-xaux/ci/ci-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh
index 81ee1fd..acbc394 100755
--- a/aux/ci/ci-build.sh
+++ b/aux/ci/ci-build.sh
@@ -42,7 +42,7 @@ EOF
fi
if [ -f ./configure ]; then
- COMMAND='./configure && make clean check public'
+ COMMAND='./configure && make CC=cc clean check public'
else
COMMAND='make CC=cc clean check public'
fi