good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bor
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
github
maticnetwork
bor
Commits
c971ab61
Commit
c971ab61
authored
6 years ago
by
ligi
Committed by
Péter Szilágyi
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
travis: use NDK 17b for Android archives (#17029)
parent
f1986f86
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+4
-4
4 additions, 4 deletions
.travis.yml
with
4 additions
and
4 deletions
.travis.yml
+
4
−
4
View file @
c971ab61
...
@@ -152,10 +152,10 @@ matrix:
...
@@ -152,10 +152,10 @@ matrix:
-
export GOPATH=$HOME/go
-
export GOPATH=$HOME/go
script
:
script
:
# Build the Android archive and upload it to Maven Central and Azure
# Build the Android archive and upload it to Maven Central and Azure
-
curl https://dl.google.com/android/repository/android-ndk-r1
6
b-linux-x86_64.zip -o android-ndk-r1
6
b.zip
-
curl https://dl.google.com/android/repository/android-ndk-r1
7
b-linux-x86_64.zip -o android-ndk-r1
7
b.zip
-
unzip -q android-ndk-r1
6
b.zip && rm android-ndk-r1
6
b.zip
-
unzip -q android-ndk-r1
7
b.zip && rm android-ndk-r1
7
b.zip
-
mv android-ndk-r1
6
b $HOME
-
mv android-ndk-r1
7
b $HOME
-
export ANDROID_NDK=$HOME/android-ndk-r1
6
b
-
export ANDROID_NDK=$HOME/android-ndk-r1
7
b
-
mkdir -p $GOPATH/src/github.com/ethereum
-
mkdir -p $GOPATH/src/github.com/ethereum
-
ln -s `pwd` $GOPATH/src/github.com/ethereum
-
ln -s `pwd` $GOPATH/src/github.com/ethereum
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment