https://github.com/tendermint/tendermint
Raw File
Tip revision: f861062ee230087fc2d01c8cde1112d26206ba9f authored by Callum Waters on 09 August 2022, 13:15:18 UTC
abci: implement process proposal to spec (#9122)
Tip revision: f861062
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