From 337b043c9373014b034b79c487f70594ebb6a910 Mon Sep 17 00:00:00 2001 From: Chad Woolley Date: Sun, 24 Aug 2008 16:25:05 +0200 Subject: Include the CI configuration and setup instructions. This should make it easy to set up your own copy of the CI environment, and easier for us to keep ours running. --- ci/cruise_config.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ci/cruise_config.rb (limited to 'ci/cruise_config.rb') diff --git a/ci/cruise_config.rb b/ci/cruise_config.rb new file mode 100644 index 0000000000..ec1c82a8bf --- /dev/null +++ b/ci/cruise_config.rb @@ -0,0 +1,5 @@ +Project.configure do |project| + project.build_command = 'ruby ci/ci_build.rb' + project.email_notifier.emails = ['thewoolleyman@gmail.com','michael@koziarski.com'] + project.email_notifier.from = 'thewoolleyman+railsci@gmail.com' +end -- cgit v1.2.3