diff options
-rw-r--r-- | .gitlab-ci.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26b22ac..68732f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -121,20 +121,6 @@ test:freebsd: - make check - make e2e -test:openbsd: - stage: test - only: - - master@louiz/biboumi - tags: - - openbsd - variables: - COMPILER: "g++" - SYSTEMD: "-DWITHOUT_SYSTEMD=1" - script: - - cmake .. -DCMAKE_CXX_COMPILER=${COMPILER} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ${BOTAN} ${CARES} ${SYSTEMD} ${LIBIDN} ${LITESQL} - - make biboumi - - make check - test:coverity: stage: test only: |