summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2016-10-12 22:18:16 +0200
committerlouiz’ <louiz@louiz.org>2016-10-12 22:18:16 +0200
commit86c927ae17f553b77f9e8fb31cf15335599d4928 (patch)
treed840ce8fae98d880dbe216130b2dd8dc9c1b957a
parent44f35a256dd7fc3238ae81f9bd42a42c013dba90 (diff)
downloadbiboumi-86c927ae17f553b77f9e8fb31cf15335599d4928.tar.gz
biboumi-86c927ae17f553b77f9e8fb31cf15335599d4928.tar.bz2
biboumi-86c927ae17f553b77f9e8fb31cf15335599d4928.tar.xz
biboumi-86c927ae17f553b77f9e8fb31cf15335599d4928.zip
ci: Add a test on openbsd
-rw-r--r--.gitlab-ci.yml9
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