https://github.com/tendermint/tendermint
Revision fcce9ed4db5fd3334230b3645c5198f31fa686e9 authored by yutianwu on 21 May 2019, 06:23:50 UTC, committed by yutianwu on 21 May 2019, 06:23:50 UTC
1 parent c21b4fc
Raw File
Tip revision: fcce9ed4db5fd3334230b3645c5198f31fa686e9 authored by yutianwu on 21 May 2019, 06:23:50 UTC
fix lint
Tip revision: fcce9ed
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