mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 19:00:54 -06:00
gitlab-ci: Report sphinx logs as artifacts of its lint job
This commit is contained in:
@@ -116,6 +116,7 @@ l:sphinx-fedora37:
|
||||
extends:
|
||||
- .fedora37_sphinx
|
||||
- .cmake_build_linux
|
||||
- .cmake_sphinx_artifacts
|
||||
- .linux_x86_64_tags
|
||||
- .run_automatically
|
||||
variables:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user