[mutter] ci/dist: Store meson logs in artifacts



commit 34063dad79aa50babf0e69a008282a593c5e5b86
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Tue Jan 4 09:14:15 2022 +0100

    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>

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3de180d01d..12f2f874cb 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:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]