CI: use verbose builds on OS X as well.

pull/4/head
whitequark 2016-04-21 03:54:47 +00:00
parent c2373e7b3a
commit ddbb041995
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ if echo $TRAVIS_TAG | grep ^release-; then BUILD_TYPE=RelWithDebInfo; else BUILD
mkdir build mkdir build
cd build cd build
cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 -DCMAKE_BUILD_TYPE=$BUILD_TYPE .. cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 -DCMAKE_BUILD_TYPE=$BUILD_TYPE ..
make make VERBOSE=1