16881f68fSopenharmony_ci# Build libfuse on FreeBSD, but don't run the tests. 26881f68fSopenharmony_ci# More work is required to make the tests work. 36881f68fSopenharmony_citask: 46881f68fSopenharmony_ci name: FreeBSD 56881f68fSopenharmony_ci freebsd_instance: 66881f68fSopenharmony_ci image: freebsd-12-1-release-amd64 76881f68fSopenharmony_ci install_script: ASSUME_ALWAYS_YES=yes pkg bootstrap -f; pkg install -y meson ninja 86881f68fSopenharmony_ci script: 96881f68fSopenharmony_ci - mkdir build 106881f68fSopenharmony_ci - cd build 116881f68fSopenharmony_ci - meson .. 126881f68fSopenharmony_ci - ninja 13