https://github.com/tendermint/tendermint
Raw File
Tip revision: c8a2bdf78ba7aaaf4284fa78c1b9b05c5e7342bc authored by Ethan Buchman on 21 February 2018, 04:23:48 UTC
Merge pull request #1225 from tendermint/release-v0.16.0
Tip revision: c8a2bdf
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