mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
AppVeyor: enable parralel builds
This commit is contained in:
parent
f97a20a9cc
commit
cdc3551ad3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user