[core-workflow] Choosing a CI service

2016-08-05 Thread Alexander Belopolsky
I have recently set up several CI services in my cpython fork on Github: . I am not ready to make any recommendations, but feel free to click on the build badges at the top of the README file and see the results for yourself. I activated the following s

Re: [core-workflow] Choosing a CI service

2016-08-05 Thread Ryan Gonzalez
FWIW, you said they're "CI services": - CodeCov isn't actually a CI. - AFAIK CodeShip doesn't work on Windows, so, for Windows CI, there isn't really a choice *other* than AppVeyor. - CodeShip seems to require an account just to view the build status. - They're all failing. :( On Fri, Aug 5, 2016

Re: [core-workflow] Choosing a CI service

2016-08-05 Thread Alexander Belopolsky
On Fri, Aug 5, 2016 at 4:39 PM, Ryan Gonzalez wrote: > FWIW, you said they're "CI services": > > - CodeCov isn't actually a CI. It is a "service." It is related to CI. It's not s stretch to call it a "CI service." It is a component that can be added to most CI providers. > - AFAIK CodeShip doe

Re: [core-workflow] Choosing a CI service

2016-08-05 Thread Senthil Kumaran
On Fri, Aug 5, 2016 at 2:51 PM, Alexander Belopolsky wrote: > > FWIW, I've added Circle CI to the mix and so far I like it the most. If you are in this exercise, I would also suggest trying with a hosted version of TeamCity. that seems extremely feature rich. _

Re: [core-workflow] Choosing a CI service

2016-08-05 Thread Alexander Belopolsky
On Fri, Aug 5, 2016 at 6:21 PM, Senthil Kumaran wrote: > If you are in this exercise, I would also suggest trying with a hosted > version of TeamCity. I'd love to, but the only free provider I could find was and they seem to require a pre-approval. Do you know a

Re: [core-workflow] Choosing a CI service

2016-08-05 Thread Senthil Kumaran
On Fri, Aug 5, 2016 at 3:48 PM, Alexander Belopolsky wrote: > Do you know any other providers? Unfortunately, No. Requesting codebetter.com for a trial seems ok. Otherwise, downloading the teamcity jar and running it locally is an option (just for trial). -- Senthil

Re: [core-workflow] Choosing a CI service

2016-08-05 Thread Ryan Gonzalez
Hmmm...maybe you'll find this interesting: https://strongloop.com/strongblog/node-js-travis-circle-codeship-compare/ -- Ryan [ERROR]: Your autotools build scripts are 200 lines longer than your program. Something’s wrong. http://kirbyfan64.github.io/ On Aug 5, 2016 4:51 PM, "Alexander Belopolsky"