mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-23 01:49:53 +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:
parent
614f4db8a6
commit
d1471048d9
@ -8,5 +8,5 @@ FreeBSD_task:
|
|||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
script:
|
script:
|
||||||
- ./configure
|
- ./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
|
- ldd build/vpnserver
|
||||||
|
Loading…
Reference in New Issue
Block a user