From: Fedor Korotkov Date: Wed, 1 May 2019 15:19:11 +0000 (-0400) Subject: Fixed Cirrus Config (#405) X-Git-Tag: fuse-3.6.0~12 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6c23ff35740cd93b2495191c68007ccb86799340;p=qemu-gpiodev%2Flibfuse.git Fixed Cirrus Config (#405) --- diff --git a/.cirrus.yml b/.cirrus.yml index 6fe78ec..1d6d8c1 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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