CI: use verbose builds on OS X as well.
parent
c2373e7b3a
commit
ddbb041995
|
@ -5,4 +5,4 @@ if echo $TRAVIS_TAG | grep ^release-; then BUILD_TYPE=RelWithDebInfo; else BUILD
|
|||
mkdir build
|
||||
cd build
|
||||
cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 -DCMAKE_BUILD_TYPE=$BUILD_TYPE ..
|
||||
make
|
||||
make VERBOSE=1
|
||||
|
|
Loading…
Reference in New Issue