https://github.com/tendermint/tendermint
Raw File
Tip revision: 5923b6288fe8ce9581936ee97c2bf9cf9c02c2f4 authored by Ethan Buchman on 02 July 2018, 18:40:59 UTC
update changelog
Tip revision: 5923b62
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