tendermint/appveyor.yml

14 lines
279 B
YAML
Raw Normal View History

2017-10-03 04:22:51 -07:00
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%
2017-12-10 17:07:38 -08:00
- cmd: make get_vendor_deps
2017-10-03 04:22:51 -07:00
build_script:
2017-12-10 17:07:38 -08:00
- cmd: make test
2017-10-03 04:22:51 -07:00
test: off