mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-27 07:00:12 -05:00
travis: fix runing autogen.sh after changes to detect meson
On the CI docker image, there is no "which" command, so meson cannot be detected.
This commit is contained in:
parent
acd797d780
commit
9d48021af1
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ before_install:
|
|||
script:
|
||||
- >
|
||||
docker run -it --rm -v $PWD:/workdir gkiagia/pipewire_build_environment:latest bash -c
|
||||
'cd /workdir && ./autogen.sh \
|
||||
'cd /workdir && env MESON=meson ./autogen.sh \
|
||||
-Ddocs=true \
|
||||
-Daudiomixer=true \
|
||||
-Daudiotestsrc=true \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue