libfuse/.cirrus.yml
2023-04-07 14:01:16 +01:00

13 lines
342 B
YAML

# Build libfuse on FreeBSD, but don't run the tests.
# More work is required to make the tests work.
task:
name: FreeBSD
freebsd_instance:
image: freebsd-12-1-release-amd64
install_script: ASSUME_ALWAYS_YES=yes pkg bootstrap -f; pkg install -y meson ninja
script:
- mkdir build
- cd build
- meson setup ..
- ninja