https://github.com/tendermint/tendermint
Raw File
Tip revision: 13eff7f7ed80bb5deb8d294998dc429b29bf9fe3 authored by Alessio Treglia on 09 April 2020, 13:48:13 UTC
Merge pull request from GHSA-v24h-pjjv-mcp6
Tip revision: 13eff7f
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%
build_script:
- cmd: make test
test: off
back to top