]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
cirrus: Also build on FreeBSD 13.0
authorTobias Brunner <tobias@strongswan.org>
Tue, 12 Oct 2021 12:49:03 +0000 (14:49 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 12 Oct 2021 12:49:03 +0000 (14:49 +0200)
.cirrus.yml

index b167243b53aee47633f39e67357e617aaa8a5a2e..1e8a3d50dcbb2359eaad8305fa61afc7038cfd8b 100644 (file)
@@ -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