https://github.com/tendermint/tendermint
Raw File
Tip revision: 5e354a3a570a038153cc5baae3680fe0d75f6050 authored by Callum Waters on 27 June 2022, 16:44:21 UTC
release: prepare v0.34.20-rc0 (#8888)
Tip revision: 5e354a3
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