[pango: 1/2] CI: Switch to new Windows runners



commit 8336ecd87c950052853bb42fc9c2389992615ba4
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Thu Apr 30 08:07:54 2020 +0200

    CI: Switch to new Windows runners
    
    win32 gets replaced with win32-ps which uses powershell

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ee379f24..5d4a265f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,7 +34,7 @@ linux-fedora:
 msys2-mingw64:
   stage: build
   tags:
-    - win32
+    - win32-ps
   variables:
     MSYSTEM: "MINGW64"
     CHERE_INVOKING: "yes"
@@ -44,7 +44,7 @@ msys2-mingw64:
     - C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/render-msys2.sh"
     - C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/list-msys2.sh"
   artifacts:
-    name: "%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%"
+    name: "${env:CI_JOB_NAME}-${env:CI_COMMIT_REF_NAME}"
     when: always
     paths:
       - _build/meson-logs


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]