summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 996c99f..91107a7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -197,6 +197,7 @@ jobs:
- os: freebsd
env:
- CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=Release -Denable_gpl=OFF"
+ - CMAKE_BUILD_OPTIONS="--verbose"
- compiler: clang
env:
- CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=Debug -Denable_atomic_intrinsics=OFF"
@@ -708,7 +709,7 @@ script:
fi
- if [[ "$CMAKE_OPTIONS" != "" ]]; then
cmake $CMAKE_OPTIONS -Dbuild_tests=ON -Denable_werror=ON -Werror=dev . &&
- cmake --build . --verbose;
+ cmake --build . $CMAKE_BUILD_OPTIONS;
fi
- if [[ "$CMAKE_OPTIONS" != "" ]]; then
ctest -j4 -V;