1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00
SoftEtherVPN/.cirrus.yml
Koichiro IWAO 543a26c6a6
FreeBSD CI: simplify image specification
and use `pkg install -y` instead of ASSUE_ALWAYS_YES=TRUE.
2019-12-24 14:55:02 +09:00

27 lines
567 B
YAML

FreeBSD_task:
matrix:
env:
SSL: openssl
env:
SSL: openssl111
env:
SSL: libressl
env:
SSL: libressl-devel
env:
SSL:
matrix:
image_family: freebsd-12-1-release-amd64
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