blob: 1d6d8c147eb34703a9414aefaac2d82d79479f7f [file] [log] [blame]
# 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-0-release-amd64
install_script: pkg install -y meson ninja
script:
- mkdir build
- cd build
- meson ..
- ninja