https://github.com/tendermint/tendermint
Raw File
Tip revision: e22acc0f451805e9ceef588561b5877be0fb1614 authored by Tess Rinearson on 27 May 2020, 15:42:57 UTC
prepare v0.33.5 RC2
Tip revision: e22acc0
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