summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2022-01-04 09:14:15 +0100
committerJonas Ådahl <jadahl@gmail.com>2022-01-04 09:14:15 +0100
commit34063dad79aa50babf0e69a008282a593c5e5b86 (patch)
treee4cb32dc492d4af9704d8451a5115bb24f749187 /.gitlab-ci.yml
parent9ee03fe93b9b983bd8ce95c713427ea73b1f14d8 (diff)
downloadmutter-34063dad79aa50babf0e69a008282a593c5e5b86.tar.gz
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: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2203>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
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: