travis: disable vulkan option

This commit is contained in:
Wim Taymans 2019-08-19 16:38:48 +02:00
parent 0af5e981e0
commit 97b3c6d1d5

View file

@ -20,6 +20,7 @@ script:
-Dtest=true \ -Dtest=true \
-Dvideotestsrc=true \ -Dvideotestsrc=true \
-Dvolume=true \ -Dvolume=true \
-Dvulkan=false \
&& make \ && make \
&& make test \ && make test \
&& env DESTDIR=$PWD/build/i make install \ && env DESTDIR=$PWD/build/i make install \