https://github.com/tendermint/tendermint
Raw File
Tip revision: 8de846663f07e0c2b91186064aeeed3c27f111ed authored by Alessio Treglia on 09 April 2020, 13:48:13 UTC
Merge pull request from GHSA-v24h-pjjv-mcp6
Tip revision: 8de8466
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