summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 56da491..b1f088a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -124,6 +124,14 @@ test:fedora:
dependencies:
- build:fedora
+test:without_udns:
+ variables:
+ UDNS: "-DWITHOUT_UDNS=1"
+ image: docker.louiz.org/biboumi-test-fedora:latest
+ <<: *basic_test
+ dependencies:
+ - build:fedora
+
test:freebsd:
only:
- master@louiz/biboumi
@@ -163,6 +171,11 @@ codecov:fedora:
dependencies:
- test:fedora
+codecov:without_udns:
+ <<: *codecov_e2e
+ dependencies:
+ - test:without_udns
+
codecov:debian:
<<: *codecov_e2e
dependencies: