mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
appveyor.yml: don't install Go and MinGW, they're already there
This commit is contained in:
parent
f970610c04
commit
2721656d46
1 changed files with 6 additions and 7 deletions
13
appveyor.yml
13
appveyor.yml
|
|
@ -7,16 +7,15 @@ version: "{branch}.{build}"
|
|||
environment:
|
||||
global:
|
||||
GOPATH: c:\gopath
|
||||
|
||||
# cache choco package files so we don't hit sourceforge all
|
||||
# the time.
|
||||
cache:
|
||||
- c:\cache
|
||||
# MinGW and Go are preinstalled. Go is already in PATH.
|
||||
PATH: c:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin:%PATH%
|
||||
|
||||
install:
|
||||
- cmd: choco install --cache c:\cache golang mingw | find /v "Extracting "
|
||||
- refreshenv
|
||||
- cd c:\gopath\src\github.com\ethereum\go-ethereum
|
||||
- dir c:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin
|
||||
- echo %PATH%
|
||||
- go version
|
||||
- gcc --version
|
||||
|
||||
build_script:
|
||||
- go run build\ci.go install
|
||||
|
|
|
|||
Loading…
Reference in a new issue