Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
0d0899bc
Commit
0d0899bc
authored
5 years ago
by
Benjamin Deroche
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Download the NDK only the first time
parent
7ee36a17
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
ci_build.sh
builds/android/ci_build.sh
+7
-5
No files found.
builds/android/ci_build.sh
View file @
0d0899bc
...
@@ -14,12 +14,14 @@ else
...
@@ -14,12 +14,14 @@ else
exit
1
exit
1
fi
fi
export
FILENAME
=
$NDK_VERSION
-
$HOST_PLATFORM
.zip
if
[
!
-d
"/tmp/
${
NDK_VERSION
}
"
]
;
then
export
FILENAME
=
$NDK_VERSION
-
$HOST_PLATFORM
.zip
(
cd
'/tmp'
\
(
cd
'/tmp'
\
&&
wget http://dl.google.com/android/repository/
$FILENAME
-O
$FILENAME
\
&&
wget http://dl.google.com/android/repository/
$FILENAME
-O
$FILENAME
\
&&
unzip
-q
$FILENAME
)
||
exit
1
&&
unzip
-q
$FILENAME
)
||
exit
1
unset
FILENAME
unset
FILENAME
fi
function
_build_arch
{
function
_build_arch
{
export
ANDROID_NDK_ROOT
=
"/tmp/
${
NDK_VERSION
}
"
export
ANDROID_NDK_ROOT
=
"/tmp/
${
NDK_VERSION
}
"
...
...
This diff is collapsed.
Click to expand it.
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