diff options
author | Brad King <brad.king@kitware.com> | 2023-02-17 13:54:45 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-02-17 13:54:51 (GMT) |
commit | f7be10b26a403763ef449c8d192938213dca8674 (patch) | |
tree | 1ff1ed3ba3d5979d885b1b3714b1171f5930e7da /.gitlab | |
parent | 0089a32c2c83685a2ddac1705bb38d3cee6a5a7b (diff) | |
parent | 0787148785decd5a42aeb4b07f3ac82cf5c26be5 (diff) | |
download | CMake-f7be10b26a403763ef449c8d192938213dca8674.zip CMake-f7be10b26a403763ef449c8d192938213dca8674.tar.gz CMake-f7be10b26a403763ef449c8d192938213dca8674.tar.bz2 |
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.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 |