summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-02-17 13:54:45 +0000
committerKitware Robot <kwrobot@kitware.com>2023-02-17 08:54:51 -0500
commitf7be10b26a403763ef449c8d192938213dca8674 (patch)
tree1ff1ed3ba3d5979d885b1b3714b1171f5930e7da /.gitlab
parent0089a32c2c83685a2ddac1705bb38d3cee6a5a7b (diff)
parent0787148785decd5a42aeb4b07f3ac82cf5c26be5 (diff)
downloadcmake-f7be10b26a403763ef449c8d192938213dca8674.tar.gz
Merge topic 'ci-linkcheck'
0787148785 gitlab-ci: Report sphinx logs as artifacts of its lint job 14506f49a2 Utilities/Sphinx: Configure linkcheck allowed permanent redirects 3c5b34af9d Help: Replace links with their permanent redirects 1004be159f FindCUDAToolkit: Replace broken links to NVIDIA documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8210
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/artifacts.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab/artifacts.yml b/.gitlab/artifacts.yml
index 1b5384f2d8..f7c7668010 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