summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2022-07-31 12:14:01 +0100
committerWerner Lemberg <wl@gnu.org>2022-08-06 11:52:32 +0000
commit7cd3f19f21cc9d600e3b765ef2058474d20233e2 (patch)
treede4002dad6e72c7d87d789b57a0ef2b6e8964a88
parent90e1e39f50f9431e41fc3fb21b8d8f75fd5b4b9c (diff)
downloadfreetype2-7cd3f19f21cc9d600e3b765ef2058474d20233e2.tar.gz
ci: bump windows image and use newer runner and vs2019
The old 1809 runner will be decommissioned at some point.
-rw-r--r--.gitlab-ci.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a6f75d61c..c51e136a9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,14 +9,14 @@ variables:
MESON_ARGS_WINDOWS: ${MESON_ARGS} --force-fallback-for=zlib
.build windows common:
- # See
- # https://gitlab.freedesktop.org/gstreamer/gst-ci/container_registry/213
- image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:2021-09-09.0-master'
+ # TODO: should probably get its own image at some point instead of reusing the GStreamer one
+ # See https://gitlab.freedesktop.org/gstreamer/gstreamer/container_registry/18035 for latest
+ image: "registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2022-07-29.3-main"
stage: 'build'
tags:
- 'docker'
- 'windows'
- - '1809'
+ - '2022'
- 'gstreamer-windows'
.build linux common:
@@ -81,19 +81,19 @@ variables:
# Windows jobs.
-windows meson vs2017 amd64:
+windows meson vs2019 amd64:
extends: '.build windows meson'
variables:
ARCH: 'amd64'
MESON_WINDOWS_TESTS: '&& meson test -C build && meson test -C build --benchmark'
-windows meson vs2017 x86:
+windows meson vs2019 x86:
extends: '.build windows meson'
variables:
ARCH: 'x86'
MESON_WINDOWS_TESTS: '&& meson test -C build && meson test -C build --benchmark'
-windows meson vs2017 amd64 uwp:
+windows meson vs2019 amd64 uwp:
extends: '.build windows meson'
variables:
ARCH: 'amd64'