luser / rust-gdb-remote-protocol

A Rust crate implementing the GDB Remote Serial Protocol
Apache License 2.0
33 stars 13 forks source link

Migrate CI from Travis CI to GitHub Actions #64

Closed luser closed 3 years ago

luser commented 3 years ago

Travis CI has ended support for free CI for open source projects, so we should migrate CI to GitHub Actions. GitHub has a migration guide that should be straightforward to follow, but given how simple the existing CI setup is, starting with the actions-rs quickstart example would also be reasonable.

cc @jD91mZM2

jD91mZM2 commented 3 years ago

Sounds reasonable, especially actions-rs since it fits our needs perfectly. I can't take a look at it this week, but I can perform the migration eventually :smile:

jD91mZM2 commented 3 years ago

I've always wanted to check out how GitHub Actions work, but I've been using GitLab for all my personal projects, so this worked out perfectly! Thanks for the help finding actions-rs, I basically just copied their example :)