mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -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:
|
extends:
|
||||||
- .fedora37_sphinx
|
- .fedora37_sphinx
|
||||||
- .cmake_build_linux
|
- .cmake_build_linux
|
||||||
|
- .cmake_sphinx_artifacts
|
||||||
- .linux_x86_64_tags
|
- .linux_x86_64_tags
|
||||||
- .run_automatically
|
- .run_automatically
|
||||||
variables:
|
variables:
|
||||||
|
|||||||
@@ -118,6 +118,15 @@
|
|||||||
junit:
|
junit:
|
||||||
- build/junit.xml
|
- 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:
|
.cmake_test_artifacts:
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 1d
|
expire_in: 1d
|
||||||
|
|||||||
Reference in New Issue
Block a user