Travis Win: Multithreaded make

This commit is contained in:
Lukas W
2015-01-12 00:46:36 +01:00
parent 0d06ce7cdc
commit 95ee5d0b90

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 VERBOSE=1; fi
- if [ $TARGET_OS != linux ]; then make -j4 VERBOSE=1; fi
before_deploy: make package
deploy:
provider: releases