summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-01-14 18:26:26 -0600
committerFederico Mena Quintero <federico@gnome.org>2022-01-14 18:26:42 -0600
commitf81a4da6c40091c14c8303e7c6707121dde1f65d (patch)
tree4753727ce92016ed15fab225314656fe1330e299 /.gitlab-ci.yml
parente4b520adae220e086d316405eed786e86ac15c59 (diff)
downloadlibrsvg-f81a4da6c40091c14c8303e7c6707121dde1f65d.tar.gz
Start the msys2-mingw64 job earlier to shorten the pipeline
The first "cargo_test" job only needs the "check" stage to be done, so let's do that for msys2 as well.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 30158497..1e817180 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -222,6 +222,8 @@ msys2-mingw64:
stage: acceptance test
tags:
- win32-ps
+ needs:
+ - job: check
variables:
MSYSTEM: "MINGW64"
CHERE_INVOKING: "yes"