add make install to travis

This commit is contained in:
derselbst 2018-02-22 17:25:17 +01:00
parent fd06d7b818
commit 32d4fabf5c

View file

@ -197,3 +197,4 @@ before_script:
script:
- cmake ${CMAKE_FLAGS} "-Denable-portaudio=1" "-Denable-ladspa=1" "-DCMAKE_BUILD_TYPE=RelWithDebInfo" ..
- make -j4
- make install