Browse Source

remove appveyor.yml

pull/5629/head
Tess Rinearson 4 years ago
parent
commit
865234e113
1 changed files with 0 additions and 12 deletions
  1. +0
    -12
      appveyor.yml

+ 0
- 12
appveyor.yml 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

Loading…
Cancel
Save