mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-06-08 10:18:26 +02:00
ci: enable testing of wpipc
This commit is contained in:
parent
85820f7aef
commit
b52e945cb6
1 changed files with 10 additions and 0 deletions
|
|
@ -177,6 +177,16 @@ build_on_fedora_no_docs:
|
|||
variables:
|
||||
BUILD_OPTIONS: -Dintrospection=enabled -Ddoc=disabled -Dsystem-lua=false
|
||||
|
||||
build_on_fedora_wpipc:
|
||||
extends:
|
||||
- .fedora
|
||||
- .not_coverity
|
||||
- .fdo.distribution-image@fedora
|
||||
- .build
|
||||
stage: build
|
||||
variables:
|
||||
BUILD_OPTIONS: -Dintrospection=disabled -Ddoc=disabled -Dsystem-lua=false -Dwpipc=enabled
|
||||
|
||||
build_on_ubuntu_with_gir:
|
||||
extends:
|
||||
- .ubuntu
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue