RustAudio / lewton

Rust vorbis decoder
Other
261 stars 26 forks source link

Add Github Actions #60

Closed Luni-4 closed 5 years ago

Luni-4 commented 5 years ago

GitHub Actions allow to set CI directly into GitHub. This PR represents an alternative method to travis, but if you want to remove it completely, I can do it using this PR, no problem from my part.

Advantages

I've tried to replace all cargo build commands with the cargo test ones, but I got some building errors.
Since cargo builds the crates before testing them, these replacements would decrease the number of steps maintaining the same results. Do you want me to replace all of them in order to see the errors? Or do you prefer the current way?

Thanks in advance for your review! :)