mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-27 07:00:12 -05:00
travis: run make install and check for headers that have not been installed
This commit is contained in:
parent
9d48021af1
commit
423f7ed858
2 changed files with 38 additions and 1 deletions
|
|
@ -19,4 +19,8 @@ script:
|
|||
-Dtest=true \
|
||||
-Dvideotestsrc=true \
|
||||
-Dvolume=true \
|
||||
&& make && make test'
|
||||
&& make \
|
||||
&& make test \
|
||||
&& env DESTDIR=i make install \
|
||||
&& env PREFIX=build/i/usr/local ./check_missing_headers.sh \
|
||||
'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue