https://github.com/tendermint/tendermint
Raw File
Tip revision: 37928cb9907a60ae79d5b387d1d89ffc43dc07d8 authored by Anton Kaliaev on 15 October 2018, 02:28:41 UTC
set next validators along with validators while replay (#2637)
Tip revision: 37928cb
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