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.
|
1
Download
Believe it or not, you have to download CruiseControl.rb in order to use it.Download it now |
2
Add Your Project
cruise add <name> -u <url>
You can watch us setup a typical rails project, or read
more on the getting started page.
|
3
|