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
29d68811
Unverified
Commit
29d68811
authored
8 years ago
by
Péter Szilágyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis, appveyor: build with Go 1.7.4
parent
e2692921
No related merge requests found
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 @
29d68811
...
...
@@ -13,15 +13,15 @@ matrix:
go
:
1.6.2
-
os
:
linux
dist
:
trusty
go
:
1.7
go
:
1.7
.4
-
os
:
osx
go
:
1.7
go
:
1.7
.4
# This builder does the Ubuntu PPA and Linux Azure uploads
-
os
:
linux
dist
:
trusty
sudo
:
required
go
:
1.7
go
:
1.7
.4
env
:
-
ubuntu-ppa
-
azure-linux
...
...
@@ -55,7 +55,7 @@ matrix:
# This builder does the OSX Azure, Android Maven and Azure and iOS CocoaPods and Azure uploads
-
os
:
osx
go
:
1.7
go
:
1.7
.4
env
:
-
azure-osx
-
mobile
...
...
This diff is collapsed.
Click to expand it.
appveyor.yml
View file @
29d68811
...
...
@@ -22,8 +22,8 @@ environment:
install
:
-
rmdir C:\go /s /q
-
appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.
3
.windows-%GETH_ARCH%.zip
-
7z x go1.7.
3
.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
-
appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.
4
.windows-%GETH_ARCH%.zip
-
7z x go1.7.
4
.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