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
157a4bd9
Commit
157a4bd9
authored
Dec 13, 2016
by
Péter Szilágyi
Committed by
GitHub
Dec 13, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3437 from karalabe/update-ci-go1.7.4
travis, appveyor: build with Go 1.7.4
parents
e2692921
29d68811
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
.travis.yml
.travis.yml
+4
-4
appveyor.yml
appveyor.yml
+2
-2
No files found.
.travis.yml
View file @
157a4bd9
...
@@ -13,15 +13,15 @@ matrix:
...
@@ -13,15 +13,15 @@ matrix:
go
:
1.6.2
go
:
1.6.2
-
os
:
linux
-
os
:
linux
dist
:
trusty
dist
:
trusty
go
:
1.7
go
:
1.7
.4
-
os
:
osx
-
os
:
osx
go
:
1.7
go
:
1.7
.4
# 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
go
:
1.7
.4
env
:
env
:
-
ubuntu-ppa
-
ubuntu-ppa
-
azure-linux
-
azure-linux
...
@@ -55,7 +55,7 @@ matrix:
...
@@ -55,7 +55,7 @@ matrix:
# This builder does the OSX Azure, Android Maven and Azure and iOS CocoaPods and Azure uploads
# This builder does the OSX Azure, Android Maven and Azure and iOS CocoaPods and Azure uploads
-
os
:
osx
-
os
:
osx
go
:
1.7
go
:
1.7
.4
env
:
env
:
-
azure-osx
-
azure-osx
-
mobile
-
mobile
...
...
appveyor.yml
View file @
157a4bd9
...
@@ -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.
3
.windows-%GETH_ARCH%.zip
-
appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.
4
.windows-%GETH_ARCH%.zip
-
7z x go1.7.
3
.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
-
7z x go1.7.
4
.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