Revision 05a76fb517f50da27b4bfcdc7b4cf185fc61eff6 authored by Ethan Buchman on 24 July 2018, 01:57:43 UTC, committed by GitHub on 24 July 2018, 01:57:43 UTC
2 parent s c64a3c7 + 15b112e
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%
- cmd: make get_vendor_deps
build_script:
- cmd: make test
test: off
back to top