Travis: Make verbose output

This commit is contained in:
Lukas W
2015-01-08 10:07:27 +01:00
parent 5bdc6a8818
commit a43a6bb3ba

View File

@@ -18,7 +18,7 @@ script:
- if [ $TARGET_OS == win32 ]; then ../build_mingw32 || ../build_mingw32; fi
- if [ $TARGET_OS == win64 ]; then ../build_mingw64 || ../build_mingw64; fi
- if [ $TARGET_OS == linux ]; then cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .. && make -j4 VERBOSE=1; fi
- if [ $TARGET_OS != linux ]; then make; fi
- if [ $TARGET_OS != linux ]; then make VERBOSE=1; fi
before_deploy: make package
deploy:
provider: releases