Revision 9169ea28ac66181aea1cefcf8316a4c941955e6e authored by Thane Thomson on 22 December 2022, 14:22:32 UTC, committed by GitHub on 22 December 2022, 14:22:32 UTC
1 parent 7379521
Raw File
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