travis: enable portaudio driver

This commit is contained in:
derselbst 2017-10-16 17:30:31 +02:00
parent 39406fe477
commit cb4f7acd25

View file

@ -187,5 +187,5 @@ before_script:
- mkdir build && cd build
script:
- cmake ${CMAKE_FLAGS} "-DCMAKE_BUILD_TYPE=RelWithDebInfo" ..
- cmake ${CMAKE_FLAGS} "-Denable-portaudio=1" "-DCMAKE_BUILD_TYPE=RelWithDebInfo" ..
- make -j4