remove appveyor.yml

This commit is contained in:
Tess Rinearson
2020-11-06 00:27:34 +01:00
parent fdb7421ae8
commit 865234e113

View File

@@ -1,12 +0,0 @@
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