libfuse/.cirrus.yml
2019-05-01 08:04:26 -07:00

11 lines
270 B
YAML

# 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