ref: a43f2790db9f11d18614d63feeca7d798add18fe
parent: 3fade2b967f043617a868cc5ea942f0b276732d5
author: Martin Storsjö <martin@martin.st>
date: Fri Feb 15 10:23:48 EST 2019
ci: Use more sensible tags for the win32/win64 jobs Even if they target the win32/win64 environments, they are cross compilation jobs expected to run in a debian/amd64 environment.
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,7 +52,8 @@
image: registry.videolan.org:5000/dav1d-debian-unstable:20190215130514
stage: build
tags:
- - win32
+ - debian
+ - amd64
script:
- wineserver -p && wine wineboot
- meson build --buildtype release
@@ -74,7 +75,8 @@
image: registry.videolan.org:5000/dav1d-debian-unstable:20190215130514
stage: build
tags:
- - win64
+ - debian
+ - amd64
script:
- wineserver -p && wine wineboot
- meson build --buildtype release
@@ -96,7 +98,8 @@
image: registry.videolan.org:5000/vlc-debian-llvm-mingw:20190117110230
stage: build
tags:
- - win32
+ - debian
+ - amd64
script:
- meson build --buildtype release
--werror
@@ -110,7 +113,8 @@
image: registry.videolan.org:5000/vlc-debian-llvm-mingw:20190117110230
stage: build
tags:
- - win64
+ - debian
+ - amd64
script:
- meson build --buildtype release
--werror