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

@@ -22,7 +22,7 @@ job_win32:
- apt-get update -qq && apt-get install -y -qq zip dos2unix
- apt-get install -y -qq gcc-mingw-w64-i686 g++-mingw-w64-i686 mingw-w64-tools nsis
script:
- "WIN32CROSS=1 make 3rdparty"
- "WIN32CROSS=1 make 3rdparty -j3"
- "WIN32CROSS=1 make -j3"
- "WIN32CROSS=1 make ziprelease"
- "WIN32CROSS=1 make win32installer"