mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
ci: enable building most optional features, so that they are tested
This commit is contained in:
parent
9168ec4335
commit
1b370f2cad
1 changed files with 11 additions and 2 deletions
|
|
@ -54,8 +54,17 @@ include:
|
||||||
- export XDG_RUNTIME_DIR="$(mktemp -p $PWD -d xdg-runtime-XXXXXX)"
|
- export XDG_RUNTIME_DIR="$(mktemp -p $PWD -d xdg-runtime-XXXXXX)"
|
||||||
script:
|
script:
|
||||||
- meson "$BUILD_DIR" . --prefix="$PREFIX"
|
- meson "$BUILD_DIR" . --prefix="$PREFIX"
|
||||||
-Ddocs=true -Daudiomixer=true -Daudiotestsrc=true
|
-Ddocs=true
|
||||||
-Dtest=true -Dvideotestsrc=true -Dvolume=true
|
-Dinstalled_tests=true
|
||||||
|
-Dsystemd-system-service=true
|
||||||
|
-Dbluez5-backend-hsphfpd=true
|
||||||
|
-Daudiotestsrc=true
|
||||||
|
-Dtest=true
|
||||||
|
-Dvideotestsrc=true
|
||||||
|
-Dvolume=true
|
||||||
|
-Dvulkan=true
|
||||||
|
-Dsdl2=enabled
|
||||||
|
-Dsndfile=enabled
|
||||||
- ninja -C "$BUILD_DIR"
|
- ninja -C "$BUILD_DIR"
|
||||||
- ninja -C "$BUILD_DIR" test
|
- ninja -C "$BUILD_DIR" test
|
||||||
- ninja -C "$BUILD_DIR" install
|
- ninja -C "$BUILD_DIR" install
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue