https://github.com/tendermint/tendermint
Raw File
Tip revision: 9795f5d3db9b4f2ebedf81af3e336a54d56bcb3e authored by Ethan Buchman on 20 October 2018, 00:31:33 UTC
fix lint
Tip revision: 9795f5d
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