1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +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

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