From 86c927ae17f553b77f9e8fb31cf15335599d4928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 12 Oct 2016 22:18:16 +0200 Subject: ci: Add a test on openbsd --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7731b2c..a2d0fc6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -103,6 +103,15 @@ test:fedora: image: biboumi-test-fedora:latest <<: *basic_test +test:openbsd: + variables: + COMPILER: "clang++" + SYSTEMD: "-DWITHOUT_SYSTEMD=1" + stage: test + tags: + - openbsd + <<: *basic_test + test:coverity: stage: test image: biboumi-test-fedora:latest -- cgit v1.2.3