https://github.com/tendermint/tendermint
Raw File
Tip revision: 03d2ace0ef652705798987a877c72ca109427e2a authored by Sam Ricotta on 10 August 2022, 14:42:50 UTC
test downgrade to linter
Tip revision: 03d2ace
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