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
78644f03
Unverified
Commit
78644f03
authored
Apr 08, 2019
by
Péter Szilágyi
Committed by
GitHub
Apr 08, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #19405 from SamuelMarks/go1.12.2
appveyor: Upgrade to go1.12.2
parents
bca140b7
de195bf1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
.travis.yml
.travis.yml
+10
-10
appveyor.yml
appveyor.yml
+2
-2
No files found.
.travis.yml
View file @
78644f03
...
...
@@ -4,7 +4,7 @@ sudo: false
matrix
:
include
:
-
os
:
linux
dist
:
trusty
dist
:
xenial
sudo
:
required
go
:
1.10.x
script
:
...
...
@@ -15,7 +15,7 @@ matrix:
-
go run build/ci.go test -coverage $TEST_PACKAGES
-
os
:
linux
dist
:
trusty
dist
:
xenial
sudo
:
required
go
:
1.11.x
script
:
...
...
@@ -27,7 +27,7 @@ matrix:
# These are the latest Go versions.
-
os
:
linux
dist
:
trusty
dist
:
xenial
sudo
:
required
go
:
1.12.x
script
:
...
...
@@ -54,7 +54,7 @@ matrix:
# This builder only tests code linters on latest version of Go
-
os
:
linux
dist
:
trusty
dist
:
xenial
go
:
1.12.x
env
:
-
lint
...
...
@@ -66,7 +66,7 @@ matrix:
# This builder does the Ubuntu PPA upload
-
if
:
repo = ethereum/go-ethereum AND type = push
os
:
linux
dist
:
trusty
dist
:
xenial
go
:
1.12.x
env
:
-
ubuntu-ppa
...
...
@@ -88,7 +88,7 @@ matrix:
# This builder does the Linux Azure uploads
-
if
:
repo = ethereum/go-ethereum AND type = push
os
:
linux
dist
:
trusty
dist
:
xenial
sudo
:
required
go
:
1.12.x
env
:
...
...
@@ -122,7 +122,7 @@ matrix:
# This builder does the Linux Azure MIPS xgo uploads
-
if
:
repo = ethereum/go-ethereum AND type = push
os
:
linux
dist
:
trusty
dist
:
xenial
services
:
-
docker
go
:
1.12.x
...
...
@@ -150,7 +150,7 @@ matrix:
# This builder does the Android Maven and Azure uploads
-
if
:
repo = ethereum/go-ethereum AND type = push
os
:
linux
dist
:
trusty
dist
:
xenial
addons
:
apt
:
packages
:
...
...
@@ -216,7 +216,7 @@ matrix:
# This builder does the Azure archive purges to avoid accumulating junk
-
if
:
repo = ethereum/go-ethereum AND type = cron
os
:
linux
dist
:
trusty
dist
:
xenial
go
:
1.12.x
env
:
-
azure-purge
...
...
@@ -228,7 +228,7 @@ matrix:
-
name
:
Race Detector for Swarm
if
:
repo = ethersphere/go-ethereum
os
:
linux
dist
:
trusty
dist
:
xenial
go
:
1.12.x
git
:
submodules
:
false
# avoid cloning ethereum/tests
...
...
appveyor.yml
View file @
78644f03
...
...
@@ -23,8 +23,8 @@ environment:
install
:
-
git submodule update --init
-
rmdir C:\go /s /q
-
appveyor DownloadFile https://dl.google.com/go/go1.12.
1
.windows-%GETH_ARCH%.zip
-
7z x go1.12.
1
.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
-
appveyor DownloadFile https://dl.google.com/go/go1.12.
2
.windows-%GETH_ARCH%.zip
-
7z x go1.12.
2
.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
-
go 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