go-mutesting
go-mutesting copied to clipboard
Make the CI great again
To anyone who is reading this. i was a long time away from open source projects and have now a little more time on my hand. If you are interested in go-mutesting, please help me get this project back on track. first step is to have a CI again for the repository. If you can help with that i would be eternally grateful.
what is needed here? what CI tools are being used? are there any previous pipeline definitions?
It seems that travis is being used at the moment, and the configuration file isn't huge. Do you think it's a good time to move to Github Actions ?
I can provide some help with migrating to github actions as well
@zimmski Do you want to use github actions, and if so do you want to make use of your makefile or use commands directly?
So, I just reimplemented .travis.yml
configuration in github actions. Now it's on @zimmski to review it :+1: