allow 3rdparty to build with make -j3

This commit is contained in:
Thomas Bernard
2018-12-02 18:03:22 +01:00
parent e1153b9bb5
commit 513817c439
3 changed files with 20 additions and 6 deletions

View File

@@ -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'