mashupbots / socko

A Scala web server powered by Netty networking and AKKA processing.
Other
255 stars 51 forks source link

Continuous Build and publishing to repository #4

Open veebs opened 12 years ago

lightningdb commented 12 years ago

Possibly use Travis CI?

http://about.travis-ci.org/ http://travis-ci.org/

Otherwise, I'm familar with Jenkins (we use it at work)

lightningdb commented 12 years ago

I kinda know one of the guys behind CloudBees, which offer a free hosted Jenkins service for open source projects: http://www.cloudbees.com/foss/index.cb

So that's another option.

veebs commented 12 years ago

Sounds good. I know netty uses cloudbees but I've not had the time to look at it. I would be good if we can add it - but agreed that it is not urgent. I'll separately get publishing to maven going first. I've moved this task to V0.2. Thanks.

veebs commented 12 years ago

Moved to v0.3 because we'll be moving to Scala 2.10 M3 - and travis not support it as yet.