allow 3rdparty to build with make -j3
This commit is contained in:
@@ -45,7 +45,7 @@ install:
|
||||
|
||||
script:
|
||||
- 'cd $TRAVIS_BUILD_DIR'
|
||||
- 'if [ "$WIN32CROSS" = "1" ] ; then make 3rdparty ; fi'
|
||||
- 'if [ "$WIN32CROSS" = "1" ] ; then make 3rdparty -j3 ; fi'
|
||||
- 'make -j3'
|
||||
- 'make ziprelease'
|
||||
- 'if [ "$WIN32CROSS" = "1" ] ; then make win32installer ; fi'
|
||||
|
||||
Reference in New Issue
Block a user