1 Star 0 Fork 0

PeterTu_2019/CocoaPods

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.kick 608 Bytes
一键复制 编辑 原始数据 按行查看 历史
Fabio Pelosin 提交于 2014-04-17 13:10 . [Kicker] Run quiet bacon
recipe :ruby
Kicker::Recipes::Ruby.runner_bin = 'bacon --quiet'
process do |files|
specs = files.take_and_map do |file|
if file =~ %r{lib/cocoapods/(.+?)\.rb$}
s = Dir.glob("spec/**/#{File.basename(file, '.rb')}_spec.rb")
s.uniq unless s.empty?
end
end
Kicker::Recipes::Ruby.run_tests(specs)
end
# Have written this so many times, probably should make a recipe out of it.
process do |files|
files.each do |file|
case file
when 'Gemfile'
files.delete(file)
execute 'bundle install'
end
end
end
recipe :ignore
ignore(/.*\/?tags/)
ignore(/.*\/?\.git/)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/petertu_2019/CocoaPods.git
git@gitee.com:petertu_2019/CocoaPods.git
petertu_2019
CocoaPods
CocoaPods
master

搜索帮助