mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
fixed yaml file
This commit is contained in:
parent
fba9d8931d
commit
6c911993fb
1 changed files with 8 additions and 7 deletions
|
|
@ -4,17 +4,18 @@ stages:
|
|||
|
||||
variables:
|
||||
# Update this tag when you want to trigger a rebuild
|
||||
FEDORA_TAG: '2019-11-21-01'
|
||||
FEDORA_VERSION: '31'
|
||||
FEDORA_IMAGE: "$CI_REGISTRY_IMAGE/fedora/$FEDORA_VERSION:$FEDORA_TAG"
|
||||
FDO_DISTRIBUTION_TAG: '2019-11-21-01'
|
||||
FDO_DISTRIBUTION_VERSION: '31'
|
||||
FDO_UPSTREAM_REPO: 'pipewire/pipewire'
|
||||
FDO_FEDORA_IMAGE: "$CI_REGISTRY_IMAGE/fedora/$FDO_DISTRIBUTION_VERSION:$FDO_DISTRIBUTION_TAG"
|
||||
|
||||
include:
|
||||
- project: 'wayland/ci-templates'
|
||||
- project: 'wayland/ci-templates'
|
||||
ref: master
|
||||
file: '/templates/fedora.yml'
|
||||
|
||||
build-container:
|
||||
extends: .fedora@container-ifnot-exists
|
||||
container_build:
|
||||
extends: .fdo.container-ifnot-exists@fedora
|
||||
stage: container
|
||||
variables:
|
||||
GIT_STRATEGY: none # no need to pull the whole tree for rebuilding the image
|
||||
|
|
@ -47,7 +48,7 @@ build-container:
|
|||
|
||||
build:
|
||||
stage: build
|
||||
image: $FEDORA_IMAGE
|
||||
image: $FDO_FEDORA_IMAGE
|
||||
script:
|
||||
- ./autogen.sh -Ddocs=true -Daudiomixer=true -Daudiotestsrc=true -Dtest=true -Dvideotestsrc=true -Dvolume=true
|
||||
- make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue