summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChristoph Reiter <creiter@src.gnome.org>2020-05-03 16:11:58 +0200
committerChristoph Reiter <creiter@src.gnome.org>2020-05-03 16:11:58 +0200
commitae582413f6ec587be0fe65fe77e975f7dbde0ef9 (patch)
treef93268f0266fd6a9e76314b7fb6a073b4bb9f6a6 /.gitlab-ci.yml
parent013052714d8ec74f16b8a035faa35a437c590636 (diff)
downloadgdk-pixbuf-ae582413f6ec587be0fe65fe77e975f7dbde0ef9.tar.gz
CI: Switch to the new win32 runners
powershell instead of cmd, win2016 instead of 2012r2
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b3957070f..326917703 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ meson-fedora-x86_64:
msys2-mingw64:
stage: build
tags:
- - win32
+ - win32-ps
variables:
MSYSTEM: "MINGW64"
CHERE_INVOKING: "yes"
@@ -32,7 +32,7 @@ msys2-mingw64:
- C:\msys64\usr\bin\pacman --noconfirm -Syyuu
- C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab/ci/test-msys2.sh"
artifacts:
- name: "gdk-pixbuf-%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%"
+ name: "gdk-pixbuf-${env:CI_JOB_NAME}-${env:CI_COMMIT_REF_NAME}"
when: always
paths:
- _build/meson-logs