jmar777 / suspend

Callback-free control flow for Node using ES6 generators.
547 stars 22 forks source link

Set up cross platform CI #13

Open helmus opened 11 years ago

helmus commented 11 years ago

In light of issue #9, It seems that it would be good to set up some cross platform CI, Travis still doesn't seem to support windows => https://github.com/travis-ci/travis-ci/issues/216. So maybe you could apply for a teamcity open source license or something ?

Disclaimer: I'm really only making this issue because i think teamcity CI with github would be cool :p

prabirshrestha commented 11 years ago

codebetter.com gives you free teamcity hosting at http://teamcity.codebetter.com/

http://codebetter.com/jameskovacs/2009/02/24/announcing-teamcity-codebetter-com/

It is usually for .NET projects not sure if they will give it to you guys. But could try it out.

jmar777 commented 10 years ago

Hmmm... not entirely opposed to the idea, although I have to admit that I'd be somewhat biased towards Travis. It's more-or-less the de facto standard for Node projects, and it looks like support for Windows is starting to get traction again.