d1deae69创建于 2020年8月9日历史提交
# 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 ..
    - ninja