https://github.com/tendermint/tendermint
Raw File
Tip revision: d9d4f3e6292c100e2c0a06c16d0a9cd4b6508255 authored by Ethan Buchman on 22 January 2019, 00:32:10 UTC
Prepare v0.29.0 (#3184)
Tip revision: d9d4f3e
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%
- cmd: make get_vendor_deps
build_script:
- cmd: make test
test: off
back to top