forked from AuroraMiddleware/gtk
Merge branch 'win32-new-runner' into 'master'
CI: Switch to new Windows runners See merge request GNOME/gtk!1797
This commit is contained in:
commit
11351eb76b
@ -99,12 +99,12 @@ release-build:
|
|||||||
.mingw-defaults: &mingw-defaults
|
.mingw-defaults: &mingw-defaults
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- win32
|
- win32-ps
|
||||||
script:
|
script:
|
||||||
- C:\msys64\usr\bin\pacman --noconfirm -Syyuu
|
- C:\msys64\usr\bin\pacman --noconfirm -Syyuu
|
||||||
- C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/test-msys2.sh"
|
- C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/test-msys2.sh"
|
||||||
cache:
|
cache:
|
||||||
key: "%CI_JOB_NAME%"
|
key: "${env:CI_JOB_NAME}"
|
||||||
<<: *cache-paths
|
<<: *cache-paths
|
||||||
|
|
||||||
msys2-mingw32:
|
msys2-mingw32:
|
||||||
|
@ -34,7 +34,7 @@ pacman --noconfirm -S --needed \
|
|||||||
mingw-w64-$MSYS2_ARCH-shared-mime-info
|
mingw-w64-$MSYS2_ARCH-shared-mime-info
|
||||||
|
|
||||||
# https://gitlab.gnome.org/GNOME/gtk/issues/2243
|
# https://gitlab.gnome.org/GNOME/gtk/issues/2243
|
||||||
wget "https://gitlab.gnome.org/creiter/gitlab-ci-win32-runner/raw/master/pango/mingw-w64-$MSYS2_ARCH-pango-1.44.7-1-any.pkg.tar.xz"
|
wget "https://gitlab.gnome.org/creiter/gitlab-ci-win32-runner-v2/raw/master/pango/mingw-w64-$MSYS2_ARCH-pango-1.44.7-1-any.pkg.tar.xz"
|
||||||
pacman --noconfirm -U "mingw-w64-$MSYS2_ARCH-pango-1.44.7-1-any.pkg.tar.xz"
|
pacman --noconfirm -U "mingw-w64-$MSYS2_ARCH-pango-1.44.7-1-any.pkg.tar.xz"
|
||||||
|
|
||||||
mkdir -p _ccache
|
mkdir -p _ccache
|
||||||
|
Loading…
Reference in New Issue
Block a user