Switch the Cirrus FreeBSD 11.x build to 11.3 and add a 13.0 build.
authorDan Fandrich <dan@coneharvesters.com>
Wed, 11 Sep 2019 08:06:12 +0000 (10:06 +0200)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 25 Sep 2019 14:26:22 +0000 (16:26 +0200)
Also, select the images using image_family to get the latest snapshots
automatically.
[skip ci]

.cirrus.yml

index 22dcb8f..04f62cb 100644 (file)
@@ -5,9 +5,12 @@ task:
   name: FreeBSD
   freebsd_instance:
     matrix:
-      image: freebsd-12-0-release-amd64
-      image: freebsd-11-2-release-amd64
-      image: freebsd-10-4-release-amd64
+      # There isn't a stable 13.0 image yet (2019-09)
+      image_family: freebsd-13-0-snap
+      image_family: freebsd-12-0
+      # The stable 11.3 image causes "Agent is not responding" so use a snapshot
+      image_family: freebsd-11-3-snap
+      image_family: freebsd-10-4
 
   env:
     CIRRUS_CLONE_DEPTH: 1