Commit b842655c authored by Eloy Duran's avatar Eloy Duran

Run 'pod setup', from rake spec:ci, before building the examples.

parent 4d4efd12
......@@ -66,7 +66,11 @@ namespace :spec do
sh "macbacon -a"
end
task :ci => [:all, 'examples:build']
desc "Run all specs and build all examples"
task :ci => :all do
sh "./bin/pod setup" # ensure the spec repo is up-to-date
Rake::Task['examples:build'].invoke
end
desc "Rebuild all the fixture tarballs"
task :rebuild_fixture_tarballs do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment