diff options
author | Brad King <brad.king@kitware.com> | 2023-02-15 11:41:34 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-02-17 13:45:01 (GMT) |
commit | 0787148785decd5a42aeb4b07f3ac82cf5c26be5 (patch) | |
tree | 0c8cd3386e4a9658996e327ff2520ebb0ffd83b1 /.gitlab | |
parent | 14506f49a2440587241e3bf4da326dd0cad663ba (diff) | |
download | CMake-0787148785decd5a42aeb4b07f3ac82cf5c26be5.zip CMake-0787148785decd5a42aeb4b07f3ac82cf5c26be5.tar.gz CMake-0787148785decd5a42aeb4b07f3ac82cf5c26be5.tar.bz2 |
gitlab-ci: Report sphinx logs as artifacts of its lint job
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 |