mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-28 05:20:38 +02:00
Merge branch 'ci-artefacts' into 'master'
ci: bump windows image and keep meson logs around for msvc builds See merge request cairo/cairo!538
This commit is contained in:
commit
a269e60858
1 changed files with 7 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue