Merge pull request #32 from scribam/appveyor

appveyor: speed up compilation time
This commit is contained in:
flyinghead 2020-01-23 23:49:56 +01:00 committed by GitHub
commit 2181508eed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ before_build:
build_script:
- cmd: >-
if "%CONFIGURATION%"=="fast" (mingw32-make platform=win32)
if "%CONFIGURATION%"=="fast" (mingw32-make -j2 platform=win32)
after_build:
- cmd: >-