mirror of
https://github.com/love2d/love.git
synced 2026-08-12 00:20:52 +02:00
AppVeyor: Add -j2 to cmake build command.
This should theoretically speed up Windows compilation.
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user