racer-rust / racer

Rust Code Completion utility
MIT License
3.36k stars 278 forks source link

Consider switching CI to GitHub Actions #1145

Closed Xanewok closed 3 years ago

Xanewok commented 3 years ago

Right now we have

which requires maintaining two config files and integrations; I also vaguely recall some problems when using AppVeyor, e.g. now it fails on missing rust-src in https://ci.appveyor.com/project/TedDriggs/racer-xr5g5/builds/36589888/job/fj30kkmy8hx7053c but Travis CI works without problems.

@kngwyu Would you accept a PR that sets up GitHub Actions for both of these platforms? We could also schedule nightly builds to catch breakage early, e.g. see https://github.com/rust-lang/rust-semverver/commit/80fac90ceabccf8a10f2eeab4cc59cd9a9de9a43 what's done in rust-semverver.