1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00

FreeBSD CI: sysctl -n hw.ncpu is enough to get number of cpus

nproc can be installed as gncpu as a part of sysutils/coreutils but not
necessary for this case.
This commit is contained in:
Koichiro IWAO 2019-12-05 11:59:22 +09:00
parent 614f4db8a6
commit d1471048d9

View File

@ -8,5 +8,5 @@ FreeBSD_task:
- git submodule update --init --recursive
script:
- ./configure
- make -j $(nproc || sysctl -n hw.ncpu || echo 4) -C tmp
- make -j $(sysctl -n hw.ncpu || echo 4) -C tmp
- ldd build/vpnserver