https://github.com/tendermint/tendermint
Raw File
Tip revision: b05cf7f3c75ec555a78908b3d6f024ffcef458fc authored by Ethan Buchman on 30 March 2019, 19:34:42 UTC
changelog
Tip revision: b05cf7f
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