https://github.com/tendermint/tendermint
Raw File
Tip revision: 9390a810ebda0b1aebd90f6e8b8688562bdf7958 authored by Ethan Buchman on 28 March 2019, 01:03:28 UTC
minor changelog updates (#3499)
Tip revision: 9390a81
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