From: Tobias Brunner Date: Tue, 12 Oct 2021 12:49:03 +0000 (+0200) Subject: cirrus: Also build on FreeBSD 13.0 X-Git-Tag: 5.9.4~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7f0c6f77855f9511f1813fae2c72aeca8a3adc5;p=thirdparty%2Fstrongswan.git cirrus: Also build on FreeBSD 13.0 --- diff --git a/.cirrus.yml b/.cirrus.yml index b167243b53..1e8a3d50dc 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,13 +1,18 @@ -freebsd_instance: - image_family: freebsd-12-2 +task: + matrix: + - name: FreeBSD 13.0 + freebsd_instance: + image_family: freebsd-13-0 + - name: FreeBSD 12.2 + freebsd_instance: + image_family: freebsd-12-2 -env: - TESTS_REDUCED_KEYLENGTHS: yes - LEAK_DETECTIVE: no - MONOLITHIC: no - TEST: freebsd - OS_NAME: freebsd + env: + TESTS_REDUCED_KEYLENGTHS: yes + LEAK_DETECTIVE: no + MONOLITHIC: no + TEST: freebsd + OS_NAME: freebsd -task: install_script: ./scripts/test.sh deps script: ./scripts/test.sh