gitlab-ci: Report sphinx logs as artifacts of its lint job

This commit is contained in:
Brad King
2023-02-15 06:41:34 -05:00
parent 14506f49a2
commit 0787148785
2 changed files with 10 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ l:sphinx-fedora37:
extends:
- .fedora37_sphinx
- .cmake_build_linux
- .cmake_sphinx_artifacts
- .linux_x86_64_tags
- .run_automatically
variables:

View File

@@ -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