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
04a4c425
Commit
04a4c425
authored
Feb 25, 2012
by
Eloy Duran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Also run the integration spec when running rake spec, but exclude it from Travis.
parent
ffbf18f6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Rakefile
Rakefile
+4
-2
No files found.
Rakefile
View file @
04a4c425
...
@@ -72,7 +72,7 @@ namespace :spec do
...
@@ -72,7 +72,7 @@ namespace :spec do
end
end
task
:all
=>
"ext:cleanbuild"
do
task
:all
=>
"ext:cleanbuild"
do
sh
"bacon
spec/**/*_spec.rb
"
sh
"bacon
#{
FileList
[
'spec/**/*_spec.rb'
].
join
(
' '
)
}
"
end
end
desc
"Run all specs and build all examples"
desc
"Run all specs and build all examples"
...
@@ -83,7 +83,9 @@ namespace :spec do
...
@@ -83,7 +83,9 @@ namespace :spec do
# For now we don't run the intgration spec, but it should be cleaned up so it can run on Travis.
# For now we don't run the intgration spec, but it should be cleaned up so it can run on Travis.
desc
"Run the travis CI specs"
desc
"Run the travis CI specs"
task
:travis
=>
:all
task
:travis
=>
"ext:cleanbuild"
do
sh
"bacon
#{
FileList
[
'spec/{functional,unit}/**/*_spec.rb'
].
join
(
' '
)
}
"
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