[meld/windows-font-fixes] CI: Switch to new win32-ps runner
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld/windows-font-fixes] CI: Switch to new win32-ps runner
- Date: Fri, 22 May 2020 00:38:58 +0000 (UTC)
commit 775f5dca09e1dc33786ac655cb3f3a8e344d66d1
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 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4c924f2d..03120d2b 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
+ - $env:Path = "C:\msys64\%MSYSTEM%\bin;C:\msys64\usr\bin;$env:Path"
+ - 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]