https://github.com/tendermint/tendermint
Raw File
Tip revision: 0d985ede28bd6937fa9d3613618e42cab6fc871c authored by Ethan Buchman on 19 March 2019, 23:53:37 UTC
Merge pull request #3417 from tendermint/release/v0.31.0
Tip revision: 0d985ed
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