1
0
Fork 0

ci: Create artifacts of meson logs in dist job

Tests sometimes fail there, but without logs it's hard to know why.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3754>
This commit is contained in:
Jonas Ådahl 2024-05-14 20:48:59 +02:00 committed by Marge Bot
parent e2e687c9db
commit eaf69fdea8

View file

@ -648,6 +648,12 @@ dist-mutter:
./src/tests/meta-dbus-runner.py
--launch=wireplumber
meson dist -C build
artifacts:
expire_in: 7 day
name: "mutter-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
when: always
paths:
- build/meson-private/dist-build/meson-logs
rules:
- if: '$CI_PIPELINE_SOURCE != "merge_request_event"'
when: manual