From 3be026129435facf1f31e21cafa33211b06f1601 Mon Sep 17 00:00:00 2001 From: David Adam Date: Thu, 1 Feb 2018 22:48:12 +0800 Subject: [PATCH] travis: move to in-tree builds --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 19aa25a70..80127ddfb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,8 +38,7 @@ matrix: env: - USE_CMAKE="1" # Dummy value, shows up in the Travis UI only script: - - mkdir build && cd build && - cmake -DCMAKE_INSTALL_PREFIX=$HOME/prefix .. || cat CMakeFiles/CMakeError.log && + - cmake -DCMAKE_INSTALL_PREFIX=$HOME/prefix . || cat CMakeFiles/CMakeError.log && make -j2 && make install && make test SHOW_INTERACTIVE_LOG=1