diff options
author | louiz’ <louiz@louiz.org> | 2017-03-07 02:48:39 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-03-07 02:48:39 +0100 |
commit | 3316218145866f111f963a6dc8d36373758aed14 (patch) | |
tree | 6af7a79a67de4791f6c7eea830cbb7867bc09294 | |
parent | f4ffbcabc871e2031d6afb9fa062092302cd16ae (diff) | |
download | biboumi-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.yml | 13 |
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: |