From 1f652542313a43e328e01fd92171ea0555784846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Mon, 31 Oct 2016 15:19:49 +0100 Subject: Fix the openbsd test, do not use coverage on it --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3