Fixed Cirrus Config (#405)
authorFedor Korotkov <fedor.korotkov@gmail.com>
Wed, 1 May 2019 15:19:11 +0000 (11:19 -0400)
committerNikolaus Rath <Nikolaus@rath.org>
Wed, 1 May 2019 15:19:11 +0000 (08:19 -0700)
.cirrus.yml

index 6fe78ecfa9402ba4003082bc4ee3ff33f5cab984..1d6d8c147eb34703a9414aefaac2d82d79479f7f 100644 (file)
@@ -1,7 +1,9 @@
 # Build libfuse on FreeBSD, but don't run the tests.
 # More work is required to make the tests work.
-freebsd_instance:
-  image: freebsd-12-0-release-amd64
+task:
+  name: FreeBSD
+  freebsd_instance:
+    image: freebsd-12-0-release-amd64
   install_script: pkg install -y meson ninja
   script:
     - mkdir build