mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
appveyor.yml: one more fix
This commit is contained in:
parent
74733f049a
commit
ab73c3fd24
1 changed files with 6 additions and 4 deletions
10
appveyor.yml
10
appveyor.yml
|
|
@ -8,19 +8,21 @@ environment:
|
|||
global:
|
||||
GOPATH: c:\gopath
|
||||
PATH: c:\mingw\bin;%PATH%
|
||||
GO: c:\go-x86\bin\go
|
||||
GOROOT: c:\go-x86
|
||||
|
||||
install:
|
||||
- c:\go-x86\go version
|
||||
- "%GO% version"
|
||||
- gcc --version
|
||||
|
||||
build_script:
|
||||
- c:\go-x86\go run build\ci.go install
|
||||
- "%GO% run build\\ci.go install"
|
||||
|
||||
test_script:
|
||||
- c:\go-x86\go run build\ci.go test -vet -coverage
|
||||
- "%GO% run build\\ci.go test -vet -coverage"
|
||||
|
||||
after_build:
|
||||
- c:\go-x86\go run build\ci.go archive -type zip
|
||||
- "%GO% run build\\ci.go archive -type zip"
|
||||
|
||||
artifacts:
|
||||
- path: geth-*.zip
|
||||
|
|
|
|||
Loading…
Reference in a new issue