image-rs / jpeg-decoder

JPEG decoder written in Rust
Apache License 2.0
148 stars 87 forks source link

Move the CI from travis to github actions #141

Closed lovasoa closed 4 years ago

lovasoa commented 4 years ago

Hello, Would you be interested in moving the CI for this project from travis to github actions ? Currently, the CI is super slow, and this makes the management of pull requests less smooth than it could be. If you are interested, I'm ready to make a PR that creates the necessary github action workflow files.

HeroicKatora commented 4 years ago

Sure, go ahead if this is possible or just try it out. The slowness with Travis is partially because it shares all community runners between the organization. I've also observed that its container setup is incredibly slow and has basically no caching.