[meld/windows-font-fixes] CI: Switch to new win32-ps runner



commit 83c7b2d766984c3aa8d2e8e6135fd617853d8017
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Fri May 22 10:28:40 2020 +1000

    CI: Switch to new win32-ps runner

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4c924f2d..60a97947 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,14 +46,14 @@ pytest:
 .mingw-common:
   stage: build
   tags: # select gitlab runners with specific tag (unrelated to git repo tags)
-    - windows
+    - win32-ps
   artifacts:
     name: "%CI_JOB_STAGE%-%CI_COMMIT_REF_NAME%"
     paths:
       - dist/
   before_script:
     - path C:\msys64\%MSYSTEM%\bin;C:\msys64\usr\bin;%PATH%
-    - pacman --noconfirm -S --refresh --sysupgrade --needed mingw-w64-%MSYS2_ARCH%-python3-cx_Freeze 
mingw-w64-%MSYS2_ARCH%-python3-gobject mingw-w64-%MSYS2_ARCH%-python3-pytest 
mingw-w64-%MSYS2_ARCH%-gtksourceview4 mingw-w64-%MSYS2_ARCH%-gsettings-desktop-schemas glib2-devel intltool
+    - C:\msys64\usr\bin\pacman --noconfirm -S --refresh --sysupgrade --needed 
mingw-w64-%MSYS2_ARCH%-python3-cx_Freeze mingw-w64-%MSYS2_ARCH%-python3-gobject 
mingw-w64-%MSYS2_ARCH%-python3-pytest mingw-w64-%MSYS2_ARCH%-gtksourceview4 
mingw-w64-%MSYS2_ARCH%-gsettings-desktop-schemas glib2-devel intltool
   script:
     - glib-compile-schemas data
     - python3 setup_win32.py bdist_dumb --bdist-dir build\bdist.mingw\msi --keep-temp bdist_msi --keep-temp


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