Explorar o código

AppVeyor: Add -j2 to cmake build command.

This should theoretically speed up Windows compilation.
Miku AuahDark %!s(int64=5) %!d(string=hai) anos
pai
achega
1232fab431
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      extra/appveyor/appveyor.yml

+ 1 - 1
extra/appveyor/appveyor.yml

@@ -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: