Skip to content
Snippets Groups Projects
Commit e51e333f authored by Ben Boeckel's avatar Ben Boeckel
Browse files

gitlab-ci: always provide artifacts

For debugging purposes at least.
parent 8afd70b7
No related branches found
No related tags found
1 merge request!153Cdash updates
......@@ -11,6 +11,7 @@
.cmake_build_artifacts:
artifacts:
expire_in: 1d
when: always
reports:
annotations:
- build/annotations.json
......@@ -39,6 +40,7 @@
.cmake_coverage_artifacts:
artifacts:
expire_in: 1d
when: always
paths:
# CTest files.
- build/CTestCustom*.cmake
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment