mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 21:11:00 +00:00
ci: declare the depencency between build jobs
This enables the pipeline to execute jobs asyncronously when they are ready, regardless if the pipeline stage has finished.
This commit is contained in:
parent
3313a93ff7
commit
23c07d3cb3
1 changed files with 4 additions and 0 deletions
|
@ -128,16 +128,19 @@ update-nightly:
|
|||
extends:
|
||||
- .dist-debian-container
|
||||
- .debian:11-stable
|
||||
needs: ['build-stable']
|
||||
|
||||
.img-msrv:
|
||||
extends:
|
||||
- .dist-debian-container
|
||||
- .debian:11-msrv
|
||||
needs: ['build-msrv']
|
||||
|
||||
.img-nightly:
|
||||
extends:
|
||||
- .dist-debian-container
|
||||
- .debian:11-nightly
|
||||
needs: ['build-nightly']
|
||||
|
||||
.cargo test:
|
||||
stage: "test"
|
||||
|
@ -264,6 +267,7 @@ gst-build:
|
|||
|
||||
.msvc2019 build:
|
||||
stage: 'test'
|
||||
needs: []
|
||||
tags:
|
||||
- 'docker'
|
||||
- 'windows'
|
||||
|
|
Loading…
Reference in a new issue