From f0cb77cbdfc8b58681dbe6e0d3fe4aea17443db9 Mon Sep 17 00:00:00 2001 From: Luis Diaz Mas Date: Tue, 22 Aug 2017 14:31:46 +0200 Subject: [PATCH] Run tests and make install in travis --- .travis/run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis/run.sh b/.travis/run.sh index 6547727a..5b047c54 100755 --- a/.travis/run.sh +++ b/.travis/run.sh @@ -5,4 +5,7 @@ set -x mkdir build && cd build cmake ${CMAKE_OPTIONS} .. +cmake -DCMAKE_INSTALL_PREFIX=install .. make -j +make tests +make install