Merge pull request #32 from scribam/appveyor
appveyor: speed up compilation time
This commit is contained in:
commit
2181508eed
|
@ -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: >-
|
||||
|
|
Loading…
Reference in New Issue