зеркало из https://github.com/github/licensed.git
add setup rake task
give an easy one-command setup for all sources individual sources can be setup with script/setup/[source]
This commit is contained in:
Родитель
229820f3a0
Коммит
cd99dd6b9c
5
Rakefile
5
Rakefile
|
@ -2,6 +2,11 @@
|
|||
require "bundler/gem_tasks"
|
||||
require "rake/testtask"
|
||||
|
||||
desc "Run source setup scripts"
|
||||
task :setup do
|
||||
Dir["script/setup/*"].each { |script| system(script) }
|
||||
end
|
||||
|
||||
Rake::TestTask.new(:test) do |t|
|
||||
t.libs << "test"
|
||||
t.libs << "lib"
|
||||
|
|
Загрузка…
Ссылка в новой задаче