mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
26 lines
514 B
YAML
26 lines
514 B
YAML
os: Visual Studio 2015
|
|
|
|
# Clone directly into GOPATH.
|
|
clone_folder: c:\gopath\src\github.com\ethereum\go-ethereum
|
|
clone_depth: 5
|
|
version: "{branch}.{build}"
|
|
environment:
|
|
global:
|
|
GOPATH: c:\gopath
|
|
CC: c:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin\gcc.exe
|
|
|
|
install:
|
|
- go version
|
|
- "%CC% --version"
|
|
|
|
build_script:
|
|
- go run build\ci.go install
|
|
|
|
test_script:
|
|
- go run build\ci.go test -vet -coverage
|
|
|
|
after_build:
|
|
- go run build\ci.go archive -type zip
|
|
|
|
artifacts:
|
|
- path: geth-*.zip
|