https://github.com/tendermint/tendermint
Raw File
Tip revision: d9e90f0f78599b6135c3fa4cc109b000c547d93b authored by William Banfield on 13 April 2022, 16:21:43 UTC
invoke callbacks when set late in socket client
Tip revision: d9e90f0
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%
build_script:
- cmd: make test
test: off
back to top