2019-03-27 20:49:48 +03:00
|
|
|
FreeBSD_task:
|
2019-12-23 18:40:08 +03:00
|
|
|
matrix:
|
|
|
|
env:
|
|
|
|
SSL: openssl
|
2023-12-03 00:30:26 +03:00
|
|
|
OPENSSL_ROOT_DIR: /usr/local
|
2022-11-22 18:09:17 +03:00
|
|
|
env:
|
2023-12-03 00:30:26 +03:00
|
|
|
SSL: openssl32
|
|
|
|
OPENSSL_ROOT_DIR: /usr/local
|
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:
|
2023-04-16 23:58:03 +03:00
|
|
|
image_family: freebsd-13-2
|
2019-12-23 18:40:08 +03:00
|
|
|
prepare_script:
|
2021-02-04 08:10:38 +03:00
|
|
|
- pkg install -y pkgconf cmake git libsodium $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:
|
2020-07-20 21:33:36 +03:00
|
|
|
- make -j $(sysctl -n hw.ncpu || echo 4) -C build
|
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
|