https://github.com/tendermint/tendermint
Raw File
Tip revision: a4bb49a8edb739fa1ef75b79655a21288252ed82 authored by Anton Kaliaev on 28 July 2020, 06:12:18 UTC
bump version
Tip revision: a4bb49a
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