summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-11-09 14:37:50 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2020-11-09 14:50:54 +0000
commitc5c870a7c490726a01c11d2ea3227deda20d0913 (patch)
treeaacb46211c1b76891521febea9c6cc72fdbbd4eb /.gitlab-ci.yml
parent756084037001386f8eabc15ef076504cc2ad3e05 (diff)
downloadgdk-pixbuf-c5c870a7c490726a01c11d2ea3227deda20d0913.tar.gz
ci: Use DAG to cut down on CI pipeline times
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 13cc8609a..9c50eaaa0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,17 +50,20 @@ meson-fedora-x86_64:
stage: build
extends: .build-linux
image: ${FEDORA_IMAGE}
+ needs: []
release-build:
stage: build
extends: .build-linux
image: ${FEDORA_IMAGE}
+ needs: []
variables:
BUILD_OPTS: "-Dbuildtype=release"
reference:
stage: docs
image: ${FEDORA_IMAGE}
+ needs: []
variables:
BUILD_OPTS: "-Dgtk_doc=true"
script:
@@ -74,6 +77,7 @@ reference:
pages:
stage: deploy
+ needs: [reference]
script:
- mv _reference public
artifacts:
@@ -84,6 +88,7 @@ pages:
msys2-mingw64:
stage: build
+ needs: []
tags:
- win32-ps
variables: