summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-03-20 22:40:28 +0000
committerTim-Philipp Müller <tim@centricular.com>2024-03-20 22:40:28 +0000
commita269e60858c65c8a269e8033ede17889f35ce36c (patch)
treef293578f2de853c74ad632e6b508070b749e6d87
parentbbbc68e6195ba75bcb3ef71a4be8082aa6619862 (diff)
parent4421a209e9194605d9832044c558b428b285e19a (diff)
Merge branch 'ci-artefacts' into 'master'
ci: bump windows image and keep meson logs around for msvc builds See merge request cairo/cairo!538
-rw-r--r--.gitlab-ci.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0b54eefd3..596acd882 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,8 @@ variables:
# TODO: should probably get its own image at some point instead of reusing the GStreamer one
# See https://gitlab.freedesktop.org/gstreamer/gstreamer/-/blob/main/.gitlab-image-tags.yml for latest
- WINDOWS_IMAGE: "registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2023-04-21.0-main"
+ # (This one is from the lastest stable branch since it's likely to stay around unchanged for longer)
+ WINDOWS_IMAGE: "registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2024-03-05.0-1.24"
DEFAULT_MESON_ARGS: >
--default-library=both
@@ -340,6 +341,11 @@ mingw-64 build:
meson subprojects update --reset &&
meson build $env:MESON_ARGS &&
ninja -C build"
+ artifacts:
+ expire_in: "7 days"
+ when: "always"
+ paths:
+ - 'build/meson-logs/'
vs2019 shared amd64:
extends: '.build windows'