From 34063dad79aa50babf0e69a008282a593c5e5b86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Tue, 4 Jan 2022 09:14:15 +0100 Subject: [PATCH] ci/dist: Store meson logs in artifacts This helps when debugging test failures during the dist job that doesn't reproduce in the regular test job. Part-of: --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3de180d01..12f2f874c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -355,6 +355,9 @@ dist-mutter: - build-mutter@x86_64 script: - dbus-run-session -- xvfb-run -a -s "$XVFB_SERVER_ARGS" meson dist -C build + artifacts: + paths: + - build/meson-logs rules: - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' changes: