AppVeyor: add "-j2"

This commit is contained in:
Ștefan Talpalaru 2019-04-15 01:33:08 +02:00
parent 5354c4da79
commit 3bbe7fede3
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ install:
build_script:
- cd C:\projects\%APPVEYOR_PROJECT_SLUG%
# the 32-bit build is done on a 64-bit image, so we need to override the architecture
- mingw32-make ARCH_OVERRIDE=%PLATFORM% fetch-dlls
- mingw32-make -j2 ARCH_OVERRIDE=%PLATFORM% fetch-dlls
- dir C:\mingw-w64
test_script: