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
eafb3013
Commit
eafb3013
authored
Feb 15, 2012
by
Eloy Duran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try to get Travis to run the specs.
parent
8bfb6a17
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
10 deletions
+11
-10
.travis.yml
.travis.yml
+1
-1
Rakefile
Rakefile
+9
-8
Xcodeproj
external/Xcodeproj
+1
-1
No files found.
.travis.yml
View file @
eafb3013
...
@@ -3,4 +3,4 @@ rvm:
...
@@ -3,4 +3,4 @@ rvm:
-
1.8.7
-
1.8.7
-
1.9.3
-
1.9.3
before_install
:
git submodule update --init && cd external/Xcodeproj && rake ext:install_opencflite_debs
before_install
:
git submodule update --init && cd external/Xcodeproj && rake ext:install_opencflite_debs
script
:
rake spec:ci
script
:
bundle exec rake spec:travis
Rakefile
View file @
eafb3013
...
@@ -80,14 +80,15 @@ namespace :spec do
...
@@ -80,14 +80,15 @@ namespace :spec do
sh
"bacon spec/**/*_spec.rb"
sh
"bacon spec/**/*_spec.rb"
end
end
#desc "Run all specs and build all examples"
desc
"Run all specs and build all examples"
#task :ci => :all do
task
:ci
=>
:all
do
#sh "./bin/pod setup" # ensure the spec repo is up-to-date
sh
"./bin/pod setup"
# ensure the spec repo is up-to-date
#Rake::Task['examples:build'].invoke
Rake
::
Task
[
'examples:build'
].
invoke
#end
end
# For now we don't run the integration 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.
task
:ci
=>
:all
desc
"Run the travis CI specs"
task
:travis
=>
:all
desc
"Rebuild all the fixture tarballs"
desc
"Rebuild all the fixture tarballs"
task
:rebuild_fixture_tarballs
do
task
:rebuild_fixture_tarballs
do
...
...
Xcodeproj
@
6cb14557
Subproject commit
837311587d41f2aa885eb806e80094824750e08e
Subproject commit
6cb145571a66bfbfa0dae2cd2790ab14e83d318b
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