From 0787148785decd5a42aeb4b07f3ac82cf5c26be5 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 15 Feb 2023 06:41:34 -0500 Subject: gitlab-ci: Report sphinx logs as artifacts of its lint job --- .gitlab/artifacts.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.gitlab') diff --git a/.gitlab/artifacts.yml b/.gitlab/artifacts.yml index 1b5384f2d8..f7c7668010 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 -- cgit v1.2.1