Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
b842655c
Commit
b842655c
authored
Nov 19, 2011
by
Eloy Duran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run 'pod setup', from rake spec:ci, before building the examples.
parent
4d4efd12
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Rakefile
Rakefile
+5
-1
No files found.
Rakefile
View file @
b842655c
...
@@ -66,7 +66,11 @@ namespace :spec do
...
@@ -66,7 +66,11 @@ namespace :spec do
sh
"macbacon -a"
sh
"macbacon -a"
end
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"
desc
"Rebuild all the fixture tarballs"
task
:rebuild_fixture_tarballs
do
task
:rebuild_fixture_tarballs
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment