From 5b7294ccd5dfbbbe0d50716078cf64f6c4bf1173 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Wed, 1 May 2019 09:04:26 -0600 Subject: Add CI for FreeBSD (#404) Fixes #403 --- .cirrus.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .cirrus.yml (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml new file mode 100644 index 0000000..6fe78ec --- /dev/null +++ b/.cirrus.yml @@ -0,0 +1,10 @@ +# 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 + install_script: pkg install -y meson ninja + script: + - mkdir build + - cd build + - meson .. + - ninja -- cgit v1.2.3