summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b10407e..7d6b129 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -116,6 +116,18 @@ test:fedora:
- docker
<<: *basic_test
+test:freebsd:
+ tags:
+ - freebsd
+ variables:
+ SYSTEMD: "-DWITHOUT_SYSTEMD=1"
+ stage: test
+ script:
+ - cmake .. -DCMAKE_CXX_COMPILER=${COMPILER} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ${BOTAN} ${CARES} ${SYSTEMD} ${LIBIDN} ${LITESQL}
+ - make biboumi
+ - make check
+ - make e2e
+
test:openbsd:
variables:
COMPILER: "g++"