https://github.com/tendermint/tendermint
Raw File
Tip revision: 082b1c267b998a782647ac5db30589cc1844489d authored by William Banfield on 04 October 2022, 16:53:11 UTC
add a panic to the block sync reactor
Tip revision: 082b1c2
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