diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-09-12 13:11:51 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-09-12 13:11:51 -0400 |
commit | bc96407004f5930242018b6388f4e3341c9c2ed6 (patch) | |
tree | ef0f92cdb7160e058948fffb7a1a6327ed93fd41 /.gitlab-ci.yml | |
parent | 45ca2195a97c85bf08f14df865df486a7ea5c275 (diff) | |
download | pango-bc96407004f5930242018b6388f4e3341c9c2ed6.tar.gz |
ci: Let stages run in parallelasan-ci
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d41cac1e..dffa8056 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ variables: linux-fedora: image: registry.gitlab.gnome.org/gnome/pango/fedora:v2 stage: build + needs: [] variables: EXTRA_MESON_FLAGS: "--buildtype=debug --default-library=both" script: @@ -36,6 +37,7 @@ asan-build: image: registry.gitlab.gnome.org/gnome/pango/fedora:v2 tags: [ asan ] stage: analysis + needs: [] variables: script: - CC=clang meson --buildtype=debugoptimized -Db_sanitize=address -Db_lundef=false -Dintrospection=false _build @@ -56,6 +58,7 @@ asan-build: msys2-mingw64: stage: build + needs: [] tags: - win32-ps variables: @@ -77,6 +80,7 @@ msys2-mingw64: reference: image: registry.gitlab.gnome.org/gnome/pango/fedora:v1 stage: docs + needs: [] variables: EXTRA_MESON_FLAGS: "" script: @@ -90,6 +94,7 @@ reference: pages: stage: deploy + needs: ['reference'] script: - mv _reference/ public/ artifacts: |