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
449a8500
Unverified
Commit
449a8500
authored
Feb 17, 2017
by
Péter Szilágyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis, appveyor: update builders to Go 1.8
parent
e51f65af
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
8 deletions
+11
-8
.travis.yml
.travis.yml
+9
-6
appveyor.yml
appveyor.yml
+2
-2
No files found.
.travis.yml
View file @
449a8500
...
@@ -13,15 +13,18 @@ matrix:
...
@@ -13,15 +13,18 @@ matrix:
go
:
1.6.2
go
:
1.6.2
-
os
:
linux
-
os
:
linux
dist
:
trusty
dist
:
trusty
go
:
1.7.4
go
:
1.7.5
-
os
:
linux
dist
:
trusty
go
:
1.8
-
os
:
osx
-
os
:
osx
go
:
1.
7.4
go
:
1.
8
# This builder does the Ubuntu PPA and Linux Azure uploads
# This builder does the Ubuntu PPA and Linux Azure uploads
-
os
:
linux
-
os
:
linux
dist
:
trusty
dist
:
trusty
sudo
:
required
sudo
:
required
go
:
1.
7.4
go
:
1.
8
env
:
env
:
-
ubuntu-ppa
-
ubuntu-ppa
-
azure-linux
-
azure-linux
...
@@ -73,10 +76,10 @@ matrix:
...
@@ -73,10 +76,10 @@ matrix:
-
azure-android
-
azure-android
-
maven-android
-
maven-android
before_install
:
before_install
:
-
curl https://storage.googleapis.com/golang/go1.8
rc3
.linux-amd64.tar.gz | tar -xz
-
curl https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz | tar -xz
-
export PATH=`pwd`/go/bin:$PATH
-
export PATH=`pwd`/go/bin:$PATH
-
export GOROOT=`pwd`/go
-
export GOROOT=`pwd`/go
-
export GOPATH=$HOME/go
# Drop post Go 1.8
-
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-r13b-linux-x86_64.zip -o android-ndk-r13b.zip
-
curl https://dl.google.com/android/repository/android-ndk-r13b-linux-x86_64.zip -o android-ndk-r13b.zip
...
@@ -90,7 +93,7 @@ matrix:
...
@@ -90,7 +93,7 @@ matrix:
# This builder does the OSX Azure, iOS CocoaPods and iOS Azure uploads
# This builder does the OSX Azure, iOS CocoaPods and iOS Azure uploads
-
os
:
osx
-
os
:
osx
go
:
1.
7.4
go
:
1.
8
env
:
env
:
-
azure-osx
-
azure-osx
-
azure-ios
-
azure-ios
...
...
appveyor.yml
View file @
449a8500
...
@@ -22,8 +22,8 @@ environment:
...
@@ -22,8 +22,8 @@ environment:
install
:
install
:
-
rmdir C:\go /s /q
-
rmdir C:\go /s /q
-
appveyor DownloadFile https://storage.googleapis.com/golang/go1.
7.4
.windows-%GETH_ARCH%.zip
-
appveyor DownloadFile https://storage.googleapis.com/golang/go1.
8
.windows-%GETH_ARCH%.zip
-
7z x go1.
7.4
.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
-
7z x go1.
8
.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
-
go version
-
go version
-
gcc --version
-
gcc --version
...
...
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