diff options
author | louiz’ <louiz@louiz.org> | 2019-09-15 22:32:10 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2019-09-15 22:32:10 +0200 |
commit | 14fc9c04c35b1f0398aeb561efdf50307b140adb (patch) | |
tree | 1c8ee68d2172d7b197b25c073e6459495edfd9b9 | |
parent | 9e950158dcd53ca0381248f315be790aa1ae9fd5 (diff) | |
download | biboumi-14fc9c04c35b1f0398aeb561efdf50307b140adb.tar.gz biboumi-14fc9c04c35b1f0398aeb561efdf50307b140adb.tar.bz2 biboumi-14fc9c04c35b1f0398aeb561efdf50307b140adb.tar.xz biboumi-14fc9c04c35b1f0398aeb561efdf50307b140adb.zip |
ci: explicitely set the freebsd compiler to clang++
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b2a8fe..29e215c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,6 +83,7 @@ build:freebsd: CXX_FLAGS: "-Werror" SYSTEMD: "-DWITHOUT_SYSTEMD=1" GIT_STRATEGY: "clone" + COMPILER: "clang++" build:no_botan: extends: .fedora_build |