mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-22 19:54:12 +08:00
10f29159bd
See ed9be12837
13 lines
342 B
YAML
13 lines
342 B
YAML
# 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 setup ..
|
|
- ninja
|