diff options
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/artifacts.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab/artifacts.yml b/.gitlab/artifacts.yml index 1b5384f..f7c7668 100644 --- a/.gitlab/artifacts.yml +++ b/.gitlab/artifacts.yml @@ -118,6 +118,15 @@ junit: - build/junit.xml +.cmake_sphinx_artifacts: + artifacts: + expire_in: 1d + when: always + paths: + # Take the sphinx logs. + - build/build-*.log + - build/linkcheck/output.* + .cmake_test_artifacts: artifacts: expire_in: 1d |