Revision 15878dc80ccec03f32086415fbfea4b66164150c authored by Marko Baricevic on 31 July 2019, 15:30:11 UTC, committed by Jack Zampolin on 01 August 2019, 17:28:32 UTC
1 parent aacc71d
Raw File
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