Open
Description
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.
Activity
fbustamant3 commentedon Jun 25, 2021
what is needed here? what CI tools are being used? are there any previous pipeline definitions?
Kroustille commentedon Jun 28, 2021
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 ?
Felixoid commentedon Jul 9, 2021
I can provide some help with migrating to github actions as well
jtcarnes commentedon Jul 27, 2021
@zimmski Do you want to use github actions, and if so do you want to make use of your makefile or use commands directly?
Felixoid commentedon Jul 29, 2021
So, I just reimplemented
.travis.yml
configuration in github actions. Now it's on @zimmski to review it 👍