https://github.com/tendermint/tendermint
Revision b522ad005242e633aa72ee672373043bdcedec2b authored by Girish Ramnani on 29 May 2019, 08:32:34 UTC, committed by Anton Kaliaev on 29 May 2019, 08:32:34 UTC
1 parent b9508ff
Raw File
Tip revision: b522ad005242e633aa72ee672373043bdcedec2b authored by Girish Ramnani on 29 May 2019, 08:32:34 UTC
docs: fix minor typo (#3681)
Tip revision: b522ad0
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%
- cmd: make get_vendor_deps
build_script:
- cmd: make test
test: off
back to top