浏览代码

AppVeyor: Add -j2 to cmake build command.

This should theoretically speed up Windows compilation.
Miku AuahDark 5 年之前
父节点
当前提交
1232fab431
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: