https://github.com/tendermint/tendermint
Raw File
Tip revision: 0d13736acefd9ac916aec07f40c4ce5e40d74b5c authored by Marko on 19 September 2019, 16:24:17 UTC
address pr comments in #4002 (#4004)
Tip revision: 0d13736
appveyor.yml
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:
- cmd: make test
test: off
back to top