Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
gitmate edited this page Sep 12, 2010 · 28 revisions

What is CruiseControl.rb?

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 something into source control that breaks the build.

CC.rb is easy to install, pleasant to use and simple to hack. It’s written in Ruby.

Hint: Martin Fowler explains the how and why of Continuous Integration in this article.

Clone this wiki locally