mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-06 01:30:40 +03:00
6b6c0ae636
also fix image_family name.
29 lines
597 B
YAML
29 lines
597 B
YAML
FreeBSD_task:
|
|
matrix:
|
|
env:
|
|
SSL: openssl
|
|
env:
|
|
SSL: openssl111
|
|
env:
|
|
SSL: libressl
|
|
env:
|
|
SSL: libressl-devel
|
|
env:
|
|
SSL:
|
|
matrix:
|
|
freebsd_instance:
|
|
image_family: freebsd-12-1
|
|
freebsd_instance:
|
|
image_family: freebsd-11-3-snap
|
|
prepare_script:
|
|
- pkg install -y cmake git $SSL
|
|
- git submodule update --init --recursive
|
|
configure_script:
|
|
- ./configure
|
|
build_script:
|
|
- make -j $(sysctl -n hw.ncpu || echo 4) -C tmp
|
|
test_script:
|
|
- ldd build/vpnserver
|
|
- .ci/memory-leak-test.sh
|
|
- .ci/vpntools-check.sh
|