https://github.com/tendermint/tendermint
Raw File
Tip revision: cb79e5fc37a7910b6c8c93fdd0bb721a459ce180 authored by Sergio Mena on 30 November 2022, 20:17:41 UTC
Merge branch 'feature/abci++vef' into cal/vote-extensions-2
Tip revision: cb79e5f
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