https://github.com/tendermint/tendermint
Raw File
Tip revision: 1302db7dacdfbebc7c070db8dba782b12b36726e authored by ValarDragon on 31 August 2018, 05:30:05 UTC
Update types package, fix proof's aunt handling
Tip revision: 1302db7
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