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
e11489eb
Commit
e11489eb
authored
Jul 14, 2016
by
Felix Lange
Committed by
GitHub
Jul 14, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
appveyor.yml: don't install Go and MinGW, they're already there (#2813)
parent
f970610c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
11 deletions
+13
-11
appveyor.yml
appveyor.yml
+13
-11
No files found.
appveyor.yml
View file @
e11489eb
...
...
@@ -6,26 +6,28 @@ clone_depth: 5
version
:
"
{branch}.{build}"
environment
:
global
:
# Go stuff
GOPATH
:
c:\gopath
# cache choco package files so we don't hit sourceforge all
# the time.
cache
:
-
c:\cache
GO
:
c:\go\bin\go
GOROOT
:
c:\go
CC
:
C:\msys64\mingw64\bin\gcc.exe
# MSYS2 stuff
MSYS2_ARCH
:
x86_64
MSYSTEM
:
MINGW64
PATH
:
C:\msys64\mingw64\bin\;%PATH%
install
:
-
cmd
:
choco install --cache c:\cache golang mingw | find /v "Extracting "
-
refreshenv
-
cd c:\gopath\src\github.com\ethereum\go-ethereum
-
"
%GO%
version"
-
"
%CC%
--version"
build_script
:
-
go run build\ci.go install
-
"
%GO%
run
build
\\
ci.go
install"
test_script
:
-
go run build\ci.go test -vet -coverage
-
"
%GO%
run
build
\\
ci.go
test
-vet
-coverage"
after_build
:
-
go run build\ci.go archive -type zip
-
"
%GO%
run
build
\\
ci.go
archive
-type
zip"
artifacts
:
-
path
:
geth-*.zip
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