Cruise Control RB
Project.configure do |project| project.source_control = SourceControl::Git.new :option => value... end
Git accepts the following configuration options:
-
:repository as in standard Git
-
:watch_for_changes_in to tell CC.rb to only monitor for changes in this subdirectory
-
:branch to build a particular branch of your Git repository
-
:path is the location of an empty directory to check your project out into