mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 13:55:41 +00:00
gitlab/ci_template.yml: add dependencies block to the .build template
This commit is contained in:
parent
67fcaad29e
commit
2bb429bbf0
2 changed files with 2 additions and 8 deletions
|
@ -123,13 +123,9 @@ include: "gitlab/ci_template.yml"
|
|||
build fedora x86_64 local:
|
||||
extends: '.build'
|
||||
image: "${CI_REGISTRY_IMAGE}/amd64/fedora-build:latest"
|
||||
dependencies:
|
||||
- 'manifest'
|
||||
|
||||
build ubuntu x86_64 local:
|
||||
extends: '.build'
|
||||
variables:
|
||||
MESON_ARGS: "${DEFAULT_MESON_ARGS} -Dlibav=disabled"
|
||||
image: "${CI_REGISTRY_IMAGE}/amd64/ubuntu-build:latest"
|
||||
dependencies:
|
||||
- 'manifest'
|
||||
|
|
|
@ -30,6 +30,8 @@ manifest:
|
|||
|
||||
.build:
|
||||
stage: "build"
|
||||
dependencies:
|
||||
- "manifest"
|
||||
variables:
|
||||
CC: "ccache gcc"
|
||||
CXX: "ccache g++"
|
||||
|
@ -65,8 +67,6 @@ manifest:
|
|||
build fedora x86_64:
|
||||
extends: '.build'
|
||||
image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/fedora-build:2414895a53408ed8a0410a52560f8090b3f74696'
|
||||
dependencies:
|
||||
- "manifest"
|
||||
|
||||
build android arm64 api28:
|
||||
extends: '.build'
|
||||
|
@ -76,5 +76,3 @@ build android arm64 api28:
|
|||
-Dbad=enabled
|
||||
-Dbad:androidmedia=enabled
|
||||
--cross-file /android_arm64_28.txt
|
||||
dependencies:
|
||||
- "manifest"
|
||||
|
|
Loading…
Reference in a new issue