https://github.com/tendermint/tendermint
Raw File
Tip revision: 3de3969f7fda8e5d3f65a9c7c11c79a2cf12c2d1 authored by Ismail Khoffi on 12 October 2018, 10:50:14 UTC
wip: log error instead of panic (see #2579)
Tip revision: 3de3969
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