AppVeyor: Add -j2 to cmake build command.

This should theoretically speed up Windows compilation.
This commit is contained in:
Miku AuahDark
2020-01-27 11:24:56 +08:00
parent 0e5a6d8ba5
commit 1232fab431
+1 -1
View File
@@ -38,7 +38,7 @@ before_build:
- cmake -G "%GENERATOR%" -H. -Bbuild
build_script:
- cmake --build build --target PACKAGE --config Release
- cmake --build build --target PACKAGE --config Release -j2
after_build: