2019-03-27 20:49:48 +03:00
|
|
|
FreeBSD_task:
|
2019-12-23 18:40:08 +03:00
|
|
|
matrix:
|
|
|
|
env:
|
|
|
|
SSL: openssl
|
|
|
|
env:
|
|
|
|
SSL: libressl
|
|
|
|
env:
|
|
|
|
SSL: libressl-devel
|
2019-12-23 18:57:34 +03:00
|
|
|
env:
|
2020-03-16 13:03:37 +03:00
|
|
|
# base openssl
|
2019-12-23 18:57:34 +03:00
|
|
|
SSL:
|
2019-12-23 18:40:08 +03:00
|
|
|
matrix:
|
2019-12-24 02:51:40 +03:00
|
|
|
freebsd_instance:
|
|
|
|
image_family: freebsd-12-1
|
2019-12-23 18:40:08 +03:00
|
|
|
prepare_script:
|
2019-12-24 02:48:16 +03:00
|
|
|
- pkg install -y cmake git $SSL
|
2019-03-27 20:49:48 +03:00
|
|
|
- git submodule update --init --recursive
|
2019-12-23 18:40:08 +03:00
|
|
|
configure_script:
|
2019-12-06 05:41:32 +03:00
|
|
|
- ./configure
|
2019-12-23 18:40:08 +03:00
|
|
|
build_script:
|
2019-12-06 05:41:32 +03:00
|
|
|
- make -j $(sysctl -n hw.ncpu || echo 4) -C tmp
|
2019-12-23 18:40:08 +03:00
|
|
|
test_script:
|
2019-12-06 05:41:32 +03:00
|
|
|
- ldd build/vpnserver
|
2019-12-06 09:17:34 +03:00
|
|
|
- .ci/memory-leak-test.sh
|
|
|
|
- .ci/vpntools-check.sh
|