Revision 2f231ceb952a2426cf3c0abaf0b455aadd11e5b2 authored by M. J. Fromberger on 07 April 2022, 21:39:44 UTC, committed by GitHub on 07 April 2022, 21:39:44 UTC
1 parent 6e85f46
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