diff options
author | louiz’ <louiz@louiz.org> | 2016-10-31 15:19:49 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-10-31 15:20:31 +0100 |
commit | 1f652542313a43e328e01fd92171ea0555784846 (patch) | |
tree | 74b5beb8ce74b3a1c883f056adc81ca7f2fde136 | |
parent | 03cdf75757db9d1d49631cd218941f3e80613a79 (diff) | |
download | biboumi-1f652542313a43e328e01fd92171ea0555784846.tar.gz biboumi-1f652542313a43e328e01fd92171ea0555784846.tar.bz2 biboumi-1f652542313a43e328e01fd92171ea0555784846.tar.xz biboumi-1f652542313a43e328e01fd92171ea0555784846.zip |
Fix the openbsd test, do not use coverage on it
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bbdef05..f0509ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -121,9 +121,13 @@ test:openbsd: COMPILER: "g++" SYSTEMD: "-DWITHOUT_SYSTEMD=1" stage: test + script: + - cmake .. -DCMAKE_CXX_COMPILER=${COMPILER} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ${BOTAN} ${CARES} ${SYSTEMD} ${LIBIDN} ${LITESQL} + - make biboumi + - make check + - mkdir tests_outputs && pushd tests_outputs && make e2e tags: - openbsd - <<: *basic_test test:coverity: stage: test |