ci: Save built artifacts only for the test build
We only test the meson-build job, so there's no point to save artifacts for the other test-build only builds. So, only save meson logs artifacts (with a default gitlab expiration time) for the other build-without-* jobs https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1236
This commit is contained in:
parent
c7f2ae1b16
commit
132060db21
@ -36,9 +36,8 @@ build-without-opengl-and-glx:
|
||||
- ninja -C build
|
||||
- ninja -C build install
|
||||
artifacts:
|
||||
expire_in: 1 day
|
||||
paths:
|
||||
- build
|
||||
- build/meson-logs
|
||||
only:
|
||||
- merge_requests
|
||||
- /^.*$/
|
||||
@ -50,9 +49,8 @@ build-without-native-backend-and-wayland:
|
||||
- ninja -C build
|
||||
- ninja -C build install
|
||||
artifacts:
|
||||
expire_in: 1 day
|
||||
paths:
|
||||
- build
|
||||
- build/meson-logs
|
||||
only:
|
||||
- merge_requests
|
||||
- /^.*$/
|
||||
|
Loading…
Reference in New Issue
Block a user