Run tests and make install in travis
This commit is contained in:
parent
91ca733b8d
commit
f0cb77cbdf
@ -5,4 +5,7 @@ set -x
|
||||
|
||||
mkdir build && cd build
|
||||
cmake ${CMAKE_OPTIONS} ..
|
||||
cmake -DCMAKE_INSTALL_PREFIX=install ..
|
||||
make -j
|
||||
make tests
|
||||
make install
|
||||
|
||||
Loading…
Reference in New Issue
Block a user