tendermint/appveyor.yml

13 lines
251 B
YAML
Raw Permalink Normal View History

2017-10-03 13:22:51 +02: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%
build_script:
2017-12-10 20:07:38 -05:00
- cmd: make test
2017-10-03 13:22:51 +02:00
test: off