mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-28 07:00:17 -05:00
travis: fix the build script
It turns out that indentation matters... My apologies that it took so long to figure this out
This commit is contained in:
parent
b511bd2c6a
commit
e562340014
1 changed files with 13 additions and 12 deletions
25
.travis.yml
25
.travis.yml
|
|
@ -11,16 +11,17 @@ before_install:
|
|||
script:
|
||||
- >
|
||||
docker run -it --rm -v $PWD:/workdir gkiagia/pipewire_build_environment:latest bash -c
|
||||
'cd /workdir && env MESON=meson ./autogen.sh \
|
||||
-Ddocs=true \
|
||||
-Daudiomixer=true \
|
||||
-Daudiotestsrc=true \
|
||||
-Dffmpeg=true \
|
||||
-Dtest=true \
|
||||
-Dvideotestsrc=true \
|
||||
-Dvolume=true \
|
||||
&& make \
|
||||
&& make test \
|
||||
&& env DESTDIR=i make install \
|
||||
&& env PREFIX=build/i/usr/local ./check_missing_headers.sh \
|
||||
'cd /workdir \
|
||||
&& env MESON=meson ./autogen.sh \
|
||||
-Ddocs=true \
|
||||
-Daudiomixer=true \
|
||||
-Daudiotestsrc=true \
|
||||
-Dffmpeg=true \
|
||||
-Dtest=true \
|
||||
-Dvideotestsrc=true \
|
||||
-Dvolume=true \
|
||||
&& make \
|
||||
&& make test \
|
||||
&& env DESTDIR=$PWD/build/i make install \
|
||||
&& env PREFIX=$PWD/build/i/usr/local ./check_missing_headers.sh \
|
||||
'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue