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
46d14e08
Commit
46d14e08
authored
Sep 05, 2012
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Rakefile] Fix Travis.
parent
7591152d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Rakefile
Rakefile
+2
-1
No files found.
Rakefile
View file @
46d14e08
...
...
@@ -12,7 +12,7 @@ namespace :travis do
#
# Known to work with opencflite rev 248.
task
:prepare_deb
do
sh
"sudo apt-get install subversion libicu-dev
libicu44
"
sh
"sudo apt-get install subversion libicu-dev"
sh
"svn co https://opencflite.svn.sourceforge.net/svnroot/opencflite/trunk opencflite"
sh
"cd opencflite && ./configure --target=linux --with-uuid=/usr --with-tz-includes=./include --prefix=/usr/local && make && sudo make install"
sh
"sudo /sbin/ldconfig"
...
...
@@ -21,6 +21,7 @@ namespace :travis do
task
:install_opencflite_debs
do
sh
"mkdir -p debs"
Dir
.
chdir
(
"debs"
)
do
sh
"wget http://archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu44_4.4.2-2ubuntu0.11.04.1_i386.deb"
unless
File
.
exist?
(
"libicu44_4.4.2-2ubuntu0.11.04.1_i386.deb"
)
base_url
=
"https://github.com/downloads/CocoaPods/OpenCFLite"
%w{ opencflite1_248-1_i386.deb opencflite-dev_248-1_i386.deb }
.
each
do
|
deb
|
sh
"wget
#{
File
.
join
(
base_url
,
deb
)
}
"
unless
File
.
exist?
(
deb
)
...
...
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