summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMarco Trevisan (TreviƱo) <mail@3v1n0.net>2020-05-06 15:44:46 +0200
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2020-05-07 22:08:44 +0000
commit132060db2175f8f112ba97a898dafb055d050dc0 (patch)
treec9f63502a4ceb457c51e7d0fbabe38bcafb1b55e /.gitlab-ci.yml
parentc7f2ae1b169531a6ca90ec52c860646733ad692e (diff)
downloadmutter-132060db2175f8f112ba97a898dafb055d050dc0.tar.gz
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
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1271b0db8..ef9a912e8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
- /^.*$/