Moving Away from Travis CI
ropensci.org
Moving Away from Travis CI
1–10 of 79 posts
Re: Moving Away from Travis CI
#2Re: Moving Away from Travis CI
#3Any recommendations on good open source CI / CDs? Right now I just use github actions, but am interested in other self hosted options.
Re: Moving Away from Travis CI
#4Any recommendations on good open source CI / CDs? Right now I just use github actions, but am interested in other self hosted options.
Re: Moving Away from Travis CI
#5Any recommendations on good open source CI / CDs? Right now I just use github actions, but am interested in other self hosted options.
Definitely look at Jenkins. You can do pretty much whatever you want with it (not always a good thing though of course, use responsibly)
Re: Moving Away from Travis CI
#6Any recommendations on good open source CI / CDs? Right now I just use github actions, but am interested in other self hosted options.
Re: Moving Away from Travis CI
#7Any recommendations on good open source CI / CDs? Right now I just use github actions, but am interested in other self hosted options.
Re: Moving Away from Travis CI
#8Any recommendations on good open source CI / CDs? Right now I just use github actions, but am interested in other self hosted options.
As long as you are looking for “free and someone else maintains it” you are going to be hopping services regularly to stay on something that has VC money to burn for goodwill.
If you host it yourself you either have a maintenance headache or a shortage of features.
Depends what your time is worth really; I use buildkite with runners on AWS for work, and it doesn’t suck.
For personal stuff it’s harder to pick.
Re: Moving Away from Travis CI
#9Any recommendations on good open source CI / CDs? Right now I just use github actions, but am interested in other self hosted options.