1# Build libfuse on FreeBSD, but don't run the tests. 2# More work is required to make the tests work. 3task: 4 name: FreeBSD 5 freebsd_instance: 6 image: freebsd-12-1-release-amd64 7 install_script: ASSUME_ALWAYS_YES=yes pkg bootstrap -f; pkg install -y meson ninja 8 script: 9 - mkdir build 10 - cd build 11 - meson .. 12 - ninja 13