Commit 0fdb6867 authored by Olivier Crête's avatar Olivier Crête

gitlab-ci: Move CI to Windows 1809 builder

Also upgrade to Windows image v8 as the image needs to match the host
parent da7acb34
...@@ -80,12 +80,12 @@ build meson: ...@@ -80,12 +80,12 @@ build meson:
- build/ - build/
build msys2: build msys2:
image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:v6' image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:v8'
stage: 'build' stage: 'build'
tags: tags:
- 'docker' - 'docker'
- 'windows' - 'windows'
- '1607' - '1809'
variables: variables:
MESON_ARGS: > MESON_ARGS: >
--prefix=${CI_PROJECT_DIR}/libnice-prefix --prefix=${CI_PROJECT_DIR}/libnice-prefix
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment