2

I would like to use open source tools if possible.

here are 2 links I found but haven't tried them -

3 Answers3

6

Try this CruiseControl.rb

http://cruisecontrolrb.thoughtworks.com/

CruiseControl.rb is written in Ruby and designed for ruby.

Another one is Hudson, it is built in Java, but it has a plugin for ruby

https://hudson.dev.java.net/

Josh Moore
  • 13,338
  • 15
  • 58
  • 74
2

Give Cinabox a try (I'm the author). It is intended to make this as simple as possible, and uses cruisecontrol.rb. There is a screencast and readme. If you have problems, open a ticket using the LightHouse link in the readme.

Good Luck!

thewoolleyman
  • 592
  • 6
  • 13
2

There is a lightweight CI server written in Sinatra called Integrity which you might want to take a look at. I mainly used it because it supports git.

Git Reference

Arnab Nandy
  • 6,472
  • 5
  • 44
  • 50
MatthewFord
  • 2,918
  • 2
  • 21
  • 32