summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-11-07 07:17:33 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2020-11-07 09:09:19 +0100
commit80e48fd150407db4ba9cf51d9e77b25a3d4f08bd (patch)
tree53567b3e06190581515fc10b1e80096612d0f7ac /.gitlab-ci.yml
parente28fe69030608e06775ca1711d9e1664b8b36758 (diff)
downloadgobject-introspection-80e48fd150407db4ba9cf51d9e77b25a3d4f08bd.tar.gz
CI: clean up the msys2 job scripts
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 44045d80..de9d9b0b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,6 +25,7 @@ cache:
paths:
- coverage/
script:
+ - $env:CHERE_INVOKING = 'yes'
- C:\msys64\usr\bin\pacman --noconfirm -Syyuu
- C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/test-msys2.sh"
@@ -51,18 +52,14 @@ pages:
only:
- master
-python3-mingw32:
+mingw32:
variables:
- PYTHON: "python3"
MSYSTEM: "MINGW32"
- CHERE_INVOKING: "yes"
<<: *mingw-defaults
-python3-mingw64:
+mingw64:
variables:
- PYTHON: "python3"
MSYSTEM: "MINGW64"
- CHERE_INVOKING: "yes"
<<: *mingw-defaults
python3.6: