mirror of https://github.com/ethereum/go-ethereum
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
342 B
23 lines
342 B
version: "{build}"
|
|
|
|
os: Windows Server 2012 R2
|
|
|
|
clone_folder: c:\projects\src\github.com\rjeczalik\notify
|
|
|
|
environment:
|
|
PATH: c:\projects\bin;%PATH%
|
|
GOPATH: c:\projects
|
|
NOTIFY_TIMEOUT: 5s
|
|
|
|
install:
|
|
- go version
|
|
- go get -v -t ./...
|
|
|
|
build_script:
|
|
- go tool vet -all .
|
|
- go build ./...
|
|
- go test -v -race ./...
|
|
|
|
test: off
|
|
|
|
deploy: off
|
|
|