summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2021-11-17 11:41:25 -0600
committerFederico Mena Quintero <federico@gnome.org>2021-11-17 17:43:07 -0600
commit9bf5957e103ed734f411f4354b03d08344948b9b (patch)
tree38d020fc09df197182ce96a1850a3b6b086921e1 /.gitlab-ci.yml
parent1f0e82189dd9e96afddaa682eddb90791835291e (diff)
downloadlibrsvg-9bf5957e103ed734f411f4354b03d08344948b9b.tar.gz
Add an msys2-mingw64 CI job
Copied from Pango's. Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/636>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2fc8af5f..78529c75 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -204,6 +204,20 @@ debian:testing:
- make check
allow_failure: true
+msys2-mingw64:
+ stage: cross distro
+ tags:
+ - win32-ps
+ variables:
+ MSYSTEM: "MINGW64"
+ CHERE_INVOKING: "yes"
+ script:
+ - C:\msys64\usr\bin\pacman --noconfirm -Syyuu
+ - C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/test-msys2.sh"
+ rules:
+ - if: '$CI_PIPELINE_SOURCE == "push"'
+ - if: '$CI_PIPELINE_SOURCE == "schedule"'
+
distcheck:
stage: release
extends: .distro