1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-04-20 13:59:26 +03:00

AppVeyor: enable parralel builds

This commit is contained in:
Ilya Shipitsin
2018-11-03 23:51:09 +05:00
parent f97a20a9cc
commit cdc3551ad3
+2 -2
View File
@@ -50,7 +50,7 @@ for:
before_build:
- ./configure
build_script:
- make package -C tmp
- make package -C tmp -j $(nproc || sysctl -n hw.ncpu || echo 4)
after_build:
- .ci/appveyor_afterbuild.sh
artifacts:
@@ -63,7 +63,7 @@ for:
before_build:
- ./configure
build_script:
- make package -C tmp
- make package -C tmp -j $(nproc || sysctl -n hw.ncpu || echo 4)
- .ci/memory-leak-test.sh
after_build:
- .ci/appveyor_afterbuild.sh