From 6c23ff35740cd93b2495191c68007ccb86799340 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Wed, 1 May 2019 11:19:11 -0400 Subject: Fixed Cirrus Config (#405) --- .cirrus.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- cgit v1.2.3