1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00
SoftEtherVPN/.cirrus.yml
Koichiro IWAO 1e601ebf65
FreeBSD CI: quit CI test with "openssl111"
It is scheduled to be removed on or after 2020-03-31. "openssl" is now
updated to 1.1.1 and it alternates "openssl111" now.
2020-03-16 19:08:34 +09:00

28 lines
587 B
YAML

FreeBSD_task:
matrix:
env:
SSL: openssl
env:
SSL: libressl
env:
SSL: libressl-devel
env:
# base openssl
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