Richterrettich / rpm-rs

A pure rust library for building and parsing RPM's
Other
39 stars 18 forks source link

Create rust.yml #15

Closed Richterrettich closed 4 years ago

drahnr commented 4 years ago

Thanks for setting this up, I was about to suggest that I could host a container based CI for rpm-rs which is also capable of running the podman based tests (or just tests without containers, which would need to be implemented) in a fitting container in the ci env. A example: https://ci.spearow.io/teams/main/pipelines/messagebird and overview https://ci.spearow.io

Richterrettich commented 4 years ago

Let's use this as a very basic CI for now since it seems to do the job for unit tests and builds at least. It seems that they want to include podman as well: https://github.com/actions/virtual-environments/issues/320