cronie-crond / cronie

Cronie cron daemon project
Other
467 stars 80 forks source link

Contributing simple Linux CI based on GitHub Actions welcome? #174

Closed hartwork closed 8 months ago

hartwork commented 8 months ago

Hi!

I noticed that this repository does not have any CI so that currently pull requests could in theory break compilation unnoticed any time even with careful review. Use of GitHub Actions would be free of cost for you, works well, and only requires addition of a single YAML file to activate. I'm thinking of an approach similar to https://github.com/projectM-visualizer/frontend-libvisual-plug-in/blob/master/.github/workflows/linux.yml , aiming to cover at least GCC 13 and Clang 17 here. What do you think?

Best, Sebastian

t8m commented 8 months ago

Yeah, sure. The biggest problem is we do not have any tests. But even just building the sources would be useful as a CI job.