Skip to content
Snippets Groups Projects
cruise_config.rb 92 B
Newer Older
Sarah Mei's avatar
Sarah Mei committed
require 'fileutils'

Project.configure do |project|
  project.build_command = './ci.sh'
Sarah Mei's avatar
Sarah Mei committed
end