panicbit / rust-rcon

An RCON implementation in Rust
Apache License 2.0
32 stars 14 forks source link

Set up CI #19

Closed panicbit closed 3 years ago

jenrik commented 3 years ago

Remember to test that your examples at least can build

panicbit commented 3 years ago

IIRC "cargo test" should cover this, although, I think I'd have to pass "--all".

panicbit commented 3 years ago

Well, it turns out I actually did set up CI already... like, 5 years ago: grafik

The repo was still managed by travis-ci.org, but I have migrated it to travis-ci.com now. However, for some reason travis does not see new pull requests. :disappointed:

panicbit commented 3 years ago

Ok, so I found out that the builds on travis are getting rejected with "Could not authorize build requested". The travis docs say this:

“Could not authorize build request”, usually means that the account’s subscription expired or that it ran out of trial builds.

Looks like I'll have to look into other CI providers then. Hello GitHub Actions‽

panicbit commented 3 years ago

I've set up GitHub Actions with a couple of clicks now :man_shrugging:. Seems to work fine https://github.com/panicbit/rust-rcon/actions