https://github.com/tendermint/tendermint
Raw File
Tip revision: d14681b52ee490393844394fb70f811d675a7686 authored by Marko Baricevic on 05 August 2020, 09:12:06 UTC
add dates to changelog
Tip revision: d14681b
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