docopt.cpp icon indicating copy to clipboard operation
docopt.cpp copied to clipboard

Add github CI, fix cmake test definition

Open thelema opened this issue 3 years ago • 7 comments

This pull request adds github CI support so master and branches can be regressed automatically against existing tests.

thelema avatar Mar 26 '22 21:03 thelema

Let me know if you want the history on this cleaned up. I'm expecting this to be squash-merged into your repo.

thelema avatar Mar 26 '22 21:03 thelema

@jaredgrubb any chance of getting this merged?

thelema avatar Apr 25 '22 06:04 thelema

I haven't used GitHub CI before .. how will this appear once merged?

jaredgrubb avatar May 15 '22 16:05 jaredgrubb

@jaredgrubb You get a checkmark next to a verified commit, You can inspect the build and logs for set amount of time theyre available, in the build it's pretty standard, You get step rundown with logs and success/failures. Every Pull Request will have CI rundown for each new update. Here's a short introduction video.

mibli avatar May 16 '22 14:05 mibli

So once we merge this, it'll just kick in? or is there further setup that I'll need to do?

Thanks for the idea on this!

jaredgrubb avatar May 19 '22 22:05 jaredgrubb

Yes, on pushes and pull-requests to master branch, this will automatically trigger and run a regression, reporting results. Eric On Thu, May 19, 2022, 3:04 PM Jared Grubb @.***> wrote:

So once we merge this, it'll just kick in? or is there further setup that I'll need to do?

Thanks for the idea on this!

— Reply to this email directly, view it on GitHub https://github.com/docopt/docopt.cpp/pull/152#issuecomment-1132249315, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAAPDCCAO3JALODU5VEQI3VK23GPANCNFSM5RXVJRNA . You are receiving this because you authored the thread.Message ID: @.***>

thelema avatar May 22 '22 01:05 thelema

This looks like a great idea and a good implementation to me.

NickCrews avatar Sep 07 '22 00:09 NickCrews