Ver Fonte

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

Looks like AppVeyor's CMake is too old to support that.
Miku AuahDark há 5 anos atrás
pai
commit
2cd2119fb1
1 ficheiros alterados com 1 adições e 1 exclusões
  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: