diaspora/cruise_config.rb

5 lines
92 B
Ruby

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