mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-06 09:40:41 +03:00
c3573561ed
starting with 9dbbfcd388
we only support
OpenSSL-1.1.1, no LibreSSL for now. Let us drop LibreSSL builds for the
sake of simplicity
22 lines
483 B
YAML
22 lines
483 B
YAML
FreeBSD_task:
|
|
matrix:
|
|
env:
|
|
SSL: openssl
|
|
env:
|
|
# base openssl
|
|
SSL:
|
|
matrix:
|
|
freebsd_instance:
|
|
image_family: freebsd-12-1
|
|
prepare_script:
|
|
- pkg install -y pkgconf cmake git libsodium $SSL
|
|
- git submodule update --init --recursive
|
|
configure_script:
|
|
- ./configure
|
|
build_script:
|
|
- make -j $(sysctl -n hw.ncpu || echo 4) -C build
|
|
test_script:
|
|
- ldd build/vpnserver
|
|
- .ci/memory-leak-test.sh
|
|
- .ci/vpntools-check.sh
|