Sherlock-Holo / fuse3

an async version fuse library for rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Needs CI

asomers opened this issue · comments

fuse3 could benefit from continuous integration. Even without any tests, it would be good to compile-check it, at least. I suggest Cirrus CI, because it works well with Linux, FreeBSD, and OSX. If you follow the instructions at https://cirrus-ci.org/guide/quick-start/ and stop at "Post Installation", I'll submit a .cirrus.yml file.

I compare the cirrus CI, Travis CI, and github action, only the cirrus CI support FreeBSD.

I have installed the cirrus CI and stop at Post Installation