1 Star 0 Fork 19

xietingwei/third_party_libfuse

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.cirrus.yml 336 Bytes
一键复制 编辑 原始数据 按行查看 历史
Li-Wen Hsu 提交于 2020-08-09 19:34 . Fix FreeBSD CI (#539)
# 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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/twxie/third_party_libfuse.git
git@gitee.com:twxie/third_party_libfuse.git
twxie
third_party_libfuse
third_party_libfuse
master

搜索帮助