https://github.com/tendermint/tendermint
Raw File
Tip revision: 4b2348f697d9b2019547693555522ae50a4ed037 authored by Ethan Buchman on 19 June 2018, 01:18:52 UTC
mempool: fix cache_size==0. closes #1761
Tip revision: 4b2348f
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