mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-23 20:24:17 +08:00
5b7294ccd5
Fixes #403
11 lines
270 B
YAML
11 lines
270 B
YAML
# Build libfuse on FreeBSD, but don't run the tests.
|
|
# More work is required to make the tests work.
|
|
freebsd_instance:
|
|
image: freebsd-12-0-release-amd64
|
|
install_script: pkg install -y meson ninja
|
|
script:
|
|
- mkdir build
|
|
- cd build
|
|
- meson ..
|
|
- ninja
|