Browse Source

Revert "AppVeyor: Add -j2 to cmake build command."

Looks like AppVeyor's CMake is too old to support that.
Miku AuahDark 5 years ago
parent
commit
2cd2119fb1
1 changed files with 1 additions and 1 deletions
  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 -j2
+- cmake --build build --target PACKAGE --config Release
 
 after_build: