소스 검색

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: