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