libfuse/.cirrus.yml

13 lines
342 B
YAML
Raw Permalink Normal View History

2019-05-01 23:04:26 +08:00
# Build libfuse on FreeBSD, but don't run the tests.
# More work is required to make the tests work.
2019-05-01 23:19:11 +08:00
task:
name: FreeBSD
freebsd_instance:
2020-08-09 19:34:58 +08:00
image: freebsd-12-1-release-amd64
install_script: ASSUME_ALWAYS_YES=yes pkg bootstrap -f; pkg install -y meson ninja
2019-05-01 23:04:26 +08:00
script:
- mkdir build
- cd build
- meson setup ..
2019-05-01 23:04:26 +08:00
- ninja