dfskoll / rp-pppoe

Public repository for RP-PPPoE PPPoE client and server software
https://dianne.skoll.ca/projects/rp-pppoe/
47 stars 15 forks source link

Rudimentary CI integration testing #30

Open jkroonza opened 6 months ago

jkroonza commented 6 months ago

I have no idea on how to do this, but some form of compile test on code submissions at least would be an excellent step forward.

dfskoll commented 6 months ago

Yeah, I can make a github workflow or whatever it's called to do a basic configure/make step to ensure that it works. I'm a little busy at the moment with other stuff, so not sure exactly when it will happen.

If you want to take a crack at it, there's a sample in another project of mine:

https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/.github/workflows/github-action.yml

That project is no longer hosted in GitHub, but that workflow was used back when it was hosted on GitHub.