https://github.com/tendermint/tendermint
Raw File
Tip revision: 3bc10d18f397dc7b97fff347fd493f78d890edae authored by Josef Widder on 05 December 2022, 16:39:44 UTC
req
Tip revision: 3bc10d1
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