diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-13 14:33:49 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-13 14:33:55 +0200 |
commit | 16cfe4827f4e2c9796a4b283077c5522a04a4da3 (patch) | |
tree | 1a72e35f03af2de1d45408cbb3cb4ec8dd4ba663 /ci.sh | |
parent | ctest: don't use the -C parameter (diff) | |
download | cimple-16cfe4827f4e2c9796a4b283077c5522a04a4da3.tar.gz cimple-16cfe4827f4e2c9796a4b283077c5522a04a4da3.zip |
rename Makefile parameters & update README
Diffstat (limited to 'ci.sh')
-rwxr-xr-x | ci.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() { |