gitlab-ci: always upload test and release artifacts

This commit is contained in:
Ben Boeckel
2021-03-01 15:51:07 -05:00
parent c829b6179c
commit 18d6737e96
+4
View File
@@ -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/