From 3316218145866f111f963a6dc8d36373758aed14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Tue, 7 Mar 2017 02:48:39 +0100 Subject: ci: Run a e2e test without udns (and upload to codecov) --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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: -- cgit v1.2.3