From 18d6737e96de3440dffad45a031b5304fe22324b Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 1 Mar 2021 15:51:07 -0500 Subject: gitlab-ci: always upload test and release artifacts --- .gitlab/artifacts.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab/artifacts.yml b/.gitlab/artifacts.yml index bd13646..bf8e8b6 100644 --- a/.gitlab/artifacts.yml +++ b/.gitlab/artifacts.yml @@ -71,6 +71,8 @@ .cmake_release_artifacts: artifacts: expire_in: 5d + # Release artifacts are of interest even for failed jobs. + when: always paths: # Any packages made. - build/cmake-*-linux-x86_64.* @@ -83,6 +85,8 @@ .cmake_test_artifacts: artifacts: expire_in: 1d + # External testing can be useful even if test jobs fail. + when: always paths: # Take the install tree. - build/install/ -- cgit v0.12