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>
This commit is contained in:
parent
9ee03fe93b
commit
34063dad79
@ -355,6 +355,9 @@ dist-mutter:
|
|||||||
- build-mutter@x86_64
|
- build-mutter@x86_64
|
||||||
script:
|
script:
|
||||||
- dbus-run-session -- xvfb-run -a -s "$XVFB_SERVER_ARGS" meson dist -C build
|
- dbus-run-session -- xvfb-run -a -s "$XVFB_SERVER_ARGS" meson dist -C build
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- build/meson-logs
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||||
changes:
|
changes:
|
||||||
|
Loading…
Reference in New Issue
Block a user