https://github.com/tendermint/tendermint
Raw File
Tip revision: 2c553d735af483df88e556e2ff4ea5b69e682387 authored by William Banfield on 01 April 2022, 21:50:48 UTC
Update changelog for release v0.34.17 (#8239)
Tip revision: 2c553d7
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