https://github.com/tendermint/tendermint
Raw File
Tip revision: 89b7c9d2dc8ecbcb2a58c3294b5fe75df29f5459 authored by Callum Waters on 20 September 2022, 08:19:16 UTC
rfc026
Tip revision: 89b7c9d
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