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

Looks like AppVeyor's CMake is too old to support that.
This commit is contained in:
Miku AuahDark
2020-01-27 11:32:29 +08:00
parent 1232fab431
commit 2cd2119fb1
+1 -1
View File
@@ -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: