tendermint/appveyor.yml
Martin Dyring-Andersen 5c4397ab30
Run tests on AppVeyor
2017-11-20 13:23:28 +01:00

15 lines
319 B
YAML

version: 1.0.{build}
configuration: Release
platform:
- x64
- x86
clone_folder: c:\go\path\src\github.com\tendermint\tendermint
before_build:
- cmd: set GOPATH=%GOROOT%\path
- cmd: set PATH=%GOPATH%\bin;%PATH%
- cmd: go get github.com/Masterminds/glide
- cmd: glide install
build_script:
- cmd: go test ./...
test: off