https://github.com/tendermint/tendermint
Raw File
Tip revision: 03e42d2e3866f01a00625f608e3bbfaeb30690de authored by Jae Kwon on 06 November 2018, 06:53:44 UTC
Fix crypto/merkle ProofOperators.Verify to check bounds on keypath pa… (#2756)
Tip revision: 03e42d2
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