diff options
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 10 |
1 files changed, 10 insertions, 0 deletions
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 |