mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
ci: export XDG_RUNTIME_DIR when running the tests
Recent changes make some tests start an internal pipewire server, which requires XDG_RUNTIME_DIR to create the socket file
This commit is contained in:
parent
f69a4feced
commit
a81f920fad
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ build:
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh -Ddocs=true -Daudiomixer=true -Daudiotestsrc=true -Dtest=true -Dvideotestsrc=true -Dvolume=true
|
- ./autogen.sh -Ddocs=true -Daudiomixer=true -Daudiotestsrc=true -Dtest=true -Dvideotestsrc=true -Dvolume=true
|
||||||
- make
|
- make
|
||||||
- make test
|
- XDG_RUNTIME_DIR=$PWD/build make test
|
||||||
- DESTDIR=$PWD/build/i make install
|
- DESTDIR=$PWD/build/i make install
|
||||||
- PREFIX=$PWD/build/i/usr/local ./check_missing_headers.sh
|
- PREFIX=$PWD/build/i/usr/local ./check_missing_headers.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue