[meld/windows-font-fixes] CI: Powershell environment variable handling
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld/windows-font-fixes] CI: Powershell environment variable handling
- Date: Fri, 22 May 2020 00:51:52 +0000 (UTC)
commit 7db3b7f394a6293e4779070948a1c8fd49f061e4
Author: Kai Willadsen <kai willadsen gmail com>
Date: Fri May 22 10:51:24 2020 +1000
CI: Powershell environment variable handling
.gitlab-ci.yml | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 03120d2b..27df5724 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,8 +52,16 @@ pytest:
paths:
- dist/
before_script:
- - $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
+ - $env:Path = "C:\msys64\${env:MSYSTEM}\bin;C:\msys64\usr\bin;${env:PATH}"
+ - >
+ C:\msys64\usr\bin\pacman --noconfirm -S --refresh --sysupgrade --needed
+ mingw-w64-${env:MSYS2_ARCH}-python3-cx_Freeze
+ mingw-w64-${env:MSYS2_ARCH}-python3-gobject
+ mingw-w64-${env:MSYS2_ARCH}-python3-pytest
+ mingw-w64-${env:MSYS2_ARCH}-gtksourceview4
+ mingw-w64-${env: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]