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
c3accb73
Commit
c3accb73
authored
Aug 25, 2012
by
Eloy Durán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build on Travis should work without this hack now.
parent
f3aeb107
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
Rakefile
Rakefile
+1
-9
No files found.
Rakefile
View file @
c3accb73
...
...
@@ -29,21 +29,13 @@ namespace :travis do
end
end
task
:fix_rvm_include_dir
do
unless
File
.
exist?
(
File
.
join
(
rvm_ruby_dir
,
'include'
))
# Make Ruby headers available, RVM seems to do not create a include dir on 1.8.7, but it does on 1.9.3.
sh
"mkdir '
#{
rvm_ruby_dir
}
/include'"
sh
"ln -s '
#{
rvm_ruby_dir
}
/lib/ruby/1.8/i686-linux' '
#{
rvm_ruby_dir
}
/include/ruby'"
end
end
task
:install
do
sh
"git submodule update --init"
sh
"sudo apt-get install subversion"
sh
"env CFLAGS='-I
#{
rvm_ruby_dir
}
/include' bundle install"
end
task
:setup
=>
[
:install_opencflite_debs
,
:
fix_rvm_include_dir
,
:
install
]
task
:setup
=>
[
:install_opencflite_debs
,
:install
]
end
namespace
:gem
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