ci: Run a e2e test without udns (and upload to codecov)
1 files changed, 13 insertions(+), 0 deletions(-) M .gitlab-ci.yml
M .gitlab-ci.yml => .gitlab-ci.yml +13 -0
@@ 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: