From 44101362df58f34c00320108b502ad2cc446c790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Thu, 8 Dec 2016 01:04:17 +0100 Subject: ci: Remove openbsd job for now [skip ci] --- .gitlab-ci.yml | 14 -------------- 1 file changed, 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: -- cgit v1.2.3