Revision efc27ab0b9835899925e706c83ef21f75ec593d0 authored by Prince Sinha on 11 December 2019, 08:09:43 UTC, committed by Anton Kaliaev on 11 December 2019, 08:09:43 UTC
1 parent afc4d7a
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