mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
FreeBSD CI: GNU make is not necessary
test if build passes with BSD make
This commit is contained in:
parent
a455dc7f0e
commit
614f4db8a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user