Skip to content

shopittome/cruisecontrol.rb

 
 

Repository files navigation

CruiseControl.rb: Simple Continuous Integration

###Introduction

CruiseControl.rb is a continuous integration server. It keeps everyone in your team informed about the health and progress of your project.

CC.rb is easy to install, pleasant to use and simple to hack. It's written in Ruby and maintained in their spare time by developers at ThoughtWorks, a software development consultancy.

Build Status Static Code analysis Dependency Status

Links

The quick how-to

$ ./cruise start

This should start CC.rb on port 3333. To add new projects, there's a GUI interface, or you can use the command line:

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

License:

  • Apache Software License 2.0

(C) ThoughtWorks Inc. 2007 - 2013

Packages

No packages published

Languages

  • HTML 58.3%
  • Ruby 34.7%
  • CSS 3.1%
  • PHP 1.8%
  • JavaScript 1.4%
  • Java 0.5%
  • Other 0.2%