Browse Source

AppVeyor: Add -j2 to cmake build command.

This should theoretically speed up Windows compilation.
Miku AuahDark 5 năm trước cách đây
mục cha
commit
1232fab431
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: