[gtk/gtk-3-24: 1/2] CI: Switch to new Windows runners
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-3-24: 1/2] CI: Switch to new Windows runners
- Date: Wed, 29 Apr 2020 22:15:08 +0000 (UTC)
commit 503ec2fdb7e5b56047652be81c7330d0703fe2ce
Author: Christoph Reiter <reiter christoph gmail com>
Date: Wed Apr 29 20:44:36 2020 +0200
CI: Switch to new Windows runners
They use powershell instead of cmd.exe, use the tag win32-ps instead of win32,
and run Windows 2016 instead of 2012r2.
The old runners will be switched off in the comming weeks.
.gitlab-ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 176564f4b7..8df6eaab17 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -70,13 +70,13 @@ msys2-mingw32-meson:
CHERE_INVOKING: "yes"
stage: build
tags:
- - win32
+ - win32-ps
script:
- C:\msys64\usr\bin\pacman --noconfirm -Syyuu
- C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/test-msys2-meson.sh"
artifacts:
when: always
- name: "gtk3-%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%"
+ name: "gtk3-${env:CI_JOB_NAME}-${env:CI_COMMIT_REF_NAME}"
paths:
- "_build/meson-logs"
@@ -87,7 +87,7 @@ msys2-mingw32-autotools:
CHERE_INVOKING: "yes"
stage: build
tags:
- - win32
+ - win32-ps
script:
- C:\msys64\usr\bin\pacman --noconfirm -Syyuu
- C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/test-msys2-autotools.sh"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]