Revision a49d80b89c9df3cb2497adb8175915c654479708 authored by Ismail Khoffi on 27 March 2019, 18:12:01 UTC, committed by Anton Kaliaev on 27 March 2019, 22:14:57 UTC
1 parent ccfe75e
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