~singpolyma/biboumi

44101362df58f34c00320108b502ad2cc446c790 — louiz’ 6 years ago dac2119
ci: Remove openbsd job for now

[skip ci]
1 files changed, 0 insertions(+), 14 deletions(-)

M .gitlab-ci.yml
M .gitlab-ci.yml => .gitlab-ci.yml +0 -14
@@ 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: