1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-19 17:59:19 +03:00

Merge PR #1707: FreeBSD CI: Add test with OpenSSL 3.0.x

This commit is contained in:
Davide Beatrici
2022-11-22 19:33:27 +01:00
committed by GitHub

View File

@ -2,12 +2,15 @@ FreeBSD_task:
matrix:
env:
SSL: openssl
env:
# OpenSSL 3.0.x
SSL: openssl-devel
env:
# base openssl
SSL:
matrix:
freebsd_instance:
image_family: freebsd-12-1
image_family: freebsd-13-1
prepare_script:
- pkg install -y pkgconf cmake git libsodium $SSL
- git submodule update --init --recursive