aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ci.sh
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-05-13 14:33:49 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-05-13 14:33:55 +0200
commit16cfe4827f4e2c9796a4b283077c5522a04a4da3 (patch)
tree1a72e35f03af2de1d45408cbb3cb4ec8dd4ba663 /ci.sh
parentctest: don't use the -C parameter (diff)
downloadcimple-16cfe4827f4e2c9796a4b283077c5522a04a4da3.tar.gz
cimple-16cfe4827f4e2c9796a4b283077c5522a04a4da3.zip
rename Makefile parameters & update README
Diffstat (limited to '')
-rwxr-xr-xci.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci.sh b/ci.sh
index cd7baa9..dd45b89 100755
--- a/ci.sh
+++ b/ci.sh
@@ -12,7 +12,7 @@ test_build_clang() {
echo Building w/ clang
echo ----------------------------------------------------------------------
echo
- test_build --build-arg C_COMPILER=clang
+ test_build --build-arg COMPILER=clang
}
test_build_gcc() {
@@ -20,7 +20,7 @@ test_build_gcc() {
echo Building w/ gcc
echo ----------------------------------------------------------------------
echo
- test_build --build-arg C_COMPILER=gcc
+ test_build --build-arg COMPILER=gcc
}
main() {