mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
19 lines
377 B
YAML
19 lines
377 B
YAML
task:
|
|
matrix:
|
|
- name: FreeBSD 14.0
|
|
freebsd_instance:
|
|
image_family: freebsd-14-0
|
|
- name: FreeBSD 13.2
|
|
freebsd_instance:
|
|
image_family: freebsd-13-2
|
|
|
|
env:
|
|
TESTS_REDUCED_KEYLENGTHS: yes
|
|
LEAK_DETECTIVE: no
|
|
MONOLITHIC: no
|
|
TEST: freebsd
|
|
OS_NAME: freebsd
|
|
|
|
install_script: ./scripts/test.sh deps
|
|
script: ./scripts/test.sh
|