Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
6231edcb
Unverified
Commit
6231edcb
authored
7 years ago
by
Péter Szilágyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis, appveyor: bump to Go 1.8.3, Android NDK 14b
parent
07aae19e
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
+14
-14
.travis.yml
.travis.yml
+12
-12
appveyor.yml
appveyor.yml
+2
-2
No files found.
.travis.yml
View file @
6231edcb
...
...
@@ -6,7 +6,7 @@ matrix:
-
os
:
linux
dist
:
trusty
sudo
:
required
go
:
1.7.
5
go
:
1.7.
6
script
:
-
sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install fuse
-
sudo modprobe fuse
...
...
@@ -19,7 +19,7 @@ matrix:
-
os
:
linux
dist
:
trusty
sudo
:
required
go
:
1.8.
1
go
:
1.8.
3
script
:
-
sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install fuse
-
sudo modprobe fuse
...
...
@@ -29,7 +29,7 @@ matrix:
-
go run build/ci.go test -coverage -misspell
-
os
:
osx
go
:
1.8.
1
go
:
1.8.
3
sudo
:
required
script
:
-
brew update
...
...
@@ -42,7 +42,7 @@ matrix:
-
os
:
linux
dist
:
trusty
sudo
:
required
go
:
1.8.
1
go
:
1.8.
3
env
:
-
ubuntu-ppa
-
azure-linux
...
...
@@ -80,7 +80,7 @@ matrix:
sudo
:
required
services
:
-
docker
go
:
1.8.
1
go
:
1.8.
3
env
:
-
azure-linux-mips
script
:
...
...
@@ -120,16 +120,16 @@ matrix:
-
azure-android
-
maven-android
before_install
:
-
curl https://storage.googleapis.com/golang/go1.8.
1
.linux-amd64.tar.gz | tar -xz
-
curl https://storage.googleapis.com/golang/go1.8.
3
.linux-amd64.tar.gz | tar -xz
-
export PATH=`pwd`/go/bin:$PATH
-
export GOROOT=`pwd`/go
-
export GOPATH=$HOME/go
script
:
# Build the Android archive and upload it to Maven Central and Azure
-
curl https://dl.google.com/android/repository/android-ndk-r1
3b-linux-x86_64.zip -o android-ndk-r13
b.zip
-
unzip -q android-ndk-r1
3b.zip && rm android-ndk-r13
b.zip
-
mv android-ndk-r1
3
b $HOME
-
export ANDROID_NDK=$HOME/android-ndk-r1
3
b
-
curl https://dl.google.com/android/repository/android-ndk-r1
4b-linux-x86_64.zip -o android-ndk-r14
b.zip
-
unzip -q android-ndk-r1
4b.zip && rm android-ndk-r14
b.zip
-
mv android-ndk-r1
4
b $HOME
-
export ANDROID_NDK=$HOME/android-ndk-r1
4
b
-
mkdir -p $GOPATH/src/github.com/ethereum
-
ln -s `pwd` $GOPATH/src/github.com/ethereum
...
...
@@ -137,7 +137,7 @@ matrix:
# This builder does the OSX Azure, iOS CocoaPods and iOS Azure uploads
-
os
:
osx
go
:
1.8.
1
go
:
1.8.
3
env
:
-
azure-osx
-
azure-ios
...
...
@@ -163,7 +163,7 @@ matrix:
-
os
:
linux
dist
:
trusty
sudo
:
required
go
:
1.8.
1
go
:
1.8.
3
env
:
-
azure-purge
script
:
...
...
This diff is collapsed.
Click to expand it.
appveyor.yml
View file @
6231edcb
...
...
@@ -22,8 +22,8 @@ environment:
install
:
-
rmdir C:\go /s /q
-
appveyor DownloadFile https://storage.googleapis.com/golang/go1.8.
1
.windows-%GETH_ARCH%.zip
-
7z x go1.8.
1
.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
-
appveyor DownloadFile https://storage.googleapis.com/golang/go1.8.
3
.windows-%GETH_ARCH%.zip
-
7z x go1.8.
3
.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
-
go version
-
gcc --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