5 lines
92 B
Ruby
5 lines
92 B
Ruby
require 'fileutils'
|
|
|
|
Project.configure do |project|
|
|
project.build_command = './ci.sh'
|
|
end
|