https://github.com/tendermint/tendermint
Raw File
Tip revision: 5fdbcd70df57b71ffba71e1ff5f00d617852a9c0 authored by Ethan Buchman on 25 July 2018, 15:18:00 UTC
Merge pull request #2056 from tendermint/hotfix/v0.22.6
Tip revision: 5fdbcd7
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