Run tests and make install in travis

This commit is contained in:
Luis Diaz Mas 2017-08-22 14:31:46 +02:00
parent 91ca733b8d
commit f0cb77cbdf

View File

@ -5,4 +5,7 @@ set -x
mkdir build && cd build
cmake ${CMAKE_OPTIONS} ..
cmake -DCMAKE_INSTALL_PREFIX=install ..
make -j
make tests
make install