https://github.com/tendermint/tendermint
Raw File
Tip revision: af703620d4423478968ab602716a2a51cbb02ac6 authored by Ethan Buchman on 01 July 2018, 16:53:51 UTC
consensus: stop wal
Tip revision: af70362
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