1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00
SoftEtherVPN/.cirrus.yml
2019-12-24 14:55:01 +09:00

32 lines
762 B
YAML

FreeBSD_task:
matrix:
env:
SSL: openssl
env:
SSL: openssl111
env:
SSL: libressl
env:
SSL: libressl-devel
env:
SSL:
matrix:
freebsd_instance:
image: freebsd-12-1-release-amd64
freebsd_instance:
# 11-3-release doesn't boot: https://cirrus-ci.org/guide/FreeBSD/
image: freebsd-11-3-stable-amd64-v20191205
env:
ASSUME_ALWAYS_YES: TRUE # required for unattanded "pkg" invocation
prepare_script:
- pkg install 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