diff options
author | Fedor Korotkov <fedor.korotkov@gmail.com> | 2019-05-01 11:19:11 -0400 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2019-05-01 08:19:11 -0700 |
commit | 6c23ff35740cd93b2495191c68007ccb86799340 (patch) | |
tree | 8c5d7c7ca589b595f9aac1025cc05b42bf9d1950 | |
parent | 5b7294ccd5dfbbbe0d50716078cf64f6c4bf1173 (diff) | |
download | libfuse-6c23ff35740cd93b2495191c68007ccb86799340.tar.gz |
Fixed Cirrus Config (#405)
-rw-r--r-- | .cirrus.yml | 6 |
1 files 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 |