diff options
-rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 9 insertions, 0 deletions
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 |