c-lings / clings

Equivalent of rustlings for C
6 stars 0 forks source link

CI/CD #15

Open ohmushi opened 1 month ago

ohmushi commented 1 month ago

Procedure that can run the tests (https://github.com/c-lings/clings/issues/6), if possible with Valgrind. Get a coverage report. Maybe a linter (https://github.com/c-lings/clings/issues/7).

ohmushi commented 3 weeks ago

See worflows : https://github.com/steinwurf/stub/tree/master/.github/workflows

ohmushi commented 3 weeks ago

I think the thing to do is to create a simple workflow, maybe the one proposed by github for multi platforms cmake project, and create new independant issues for valgrind (https://github.com/c-lings/clings/issues/20), format, etc... which will add new actions inside the CI/CD.