CruiseControl.rb is a continuous integration tool. Its basic purpose in life is to alert members of a software project when one of them checks into a source control system something that breaks the build.
CC.rb is easy to install, pleasant to use and simple to hack. It’s written in Ruby.
-
Documentation: cruisecontrolrb.thoughtworks.com/documentation
-
Download the latest release from
-
through the ‘Download’ button on Github (remember to pick the right tag first)
-
Issue Tracking: cruisecontrolrb.lighthouseapp.com
-
Mailing Lists: rubyforge.org/mail/?group_id=2918
$ ./cruise add [project-name] -r [repository] -s [svn|git|hg|bzr] $ ./cruise start
This should start cruise on port 3333.
-
Apache Software License 2.0
© ThoughtWorks Inc. 2007 - 2009