https://github.com/tendermint/tendermint
Raw File
Tip revision: ef1a4d977c84cfba34ba08357d3c1fbdd091f05e authored by Thane Thomson on 21 December 2022, 22:20:51 UTC
Resolve conflicts
Tip revision: ef1a4d9
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