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:
George Kiagiadakis 2019-05-29 16:01:37 +03:00 committed by Wim Taymans
parent acd797d780
commit 9d48021af1

View file

@ -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 \