diaspora/cruise_config.rb
2010-10-25 21:54:13 -07:00

6 lines
128 B
Ruby

require 'fileutils'
Project.configure do |project|
project.build_command = './ci.sh'
project.do_clean_checkout :always
end