summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-03-07 02:48:39 +0100
committerlouiz’ <louiz@louiz.org>2017-03-07 02:48:39 +0100
commit3316218145866f111f963a6dc8d36373758aed14 (patch)
tree6af7a79a67de4791f6c7eea830cbb7867bc09294
parentf4ffbcabc871e2031d6afb9fa062092302cd16ae (diff)
downloadbiboumi-3316218145866f111f963a6dc8d36373758aed14.tar.gz
biboumi-3316218145866f111f963a6dc8d36373758aed14.tar.bz2
biboumi-3316218145866f111f963a6dc8d36373758aed14.tar.xz
biboumi-3316218145866f111f963a6dc8d36373758aed14.zip
ci: Run a e2e test without udns (and upload to codecov)
-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: