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

FreeBSD CI: GNU make is not necessary

test if build passes with BSD make
This commit is contained in:
Koichiro IWAO 2019-12-05 11:21:57 +09:00
parent a455dc7f0e
commit 614f4db8a6

View File

@ -4,9 +4,9 @@ FreeBSD_task:
env:
ASSUME_ALWAYS_YES: TRUE # required for unattanded "pkg" invocation
install_script:
- pkg install cmake gmake openssl111 git
- pkg install cmake openssl111 git
- git submodule update --init --recursive
script:
- ./configure
- gmake -j $(nproc || sysctl -n hw.ncpu || echo 4) -C tmp
- make -j $(nproc || sysctl -n hw.ncpu || echo 4) -C tmp
- ldd build/vpnserver