From: Ondřej Surý Date: Tue, 13 Feb 2018 15:20:32 +0000 (+0100) Subject: Archive the full bin/tests/ directory and bin/named/named binary on build/test failure. X-Git-Tag: v9.13.0~165^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8876403b82933e0220818ce0f232aacb788d568b;p=thirdparty%2Fbind9.git Archive the full bin/tests/ directory and bin/named/named binary on build/test failure. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13cda0232b5..b84d0b94017 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,14 +91,12 @@ stages: - ./configure - make -k all V=1 - make -k check V=1 -# artifacts: -# untracked: true -# expire_in: '1 hour' - -.test: &test_job - stage: test - before_script: - script: + artifacts: + paths: + - bin/named/named + - bin/tests/ + expire_in: '1 day' + when: on_failure build:debian:jessie:amd64: <<: *debian_jessie_amd64_image