isabella232 / cruisecontrol.rb

Cruise Control for Ruby, keep it simple

Home Page:http://cruisecontrolrb.thoughtworks.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What’s this?

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.

Stuff

The quick how-to

$ ./cruise add [project-name] -r [repository] -s [svn|git|hg|bzr]
$ ./cruise start

This should start cruise on port 3333.

License:

  • Apache Software License 2.0

© ThoughtWorks Inc. 2007 - 2009

About

Cruise Control for Ruby, keep it simple

http://cruisecontrolrb.thoughtworks.com

License:Apache License 2.0


Languages

Language:Ruby 99.8%Language:JavaScript 0.2%