appveyor: use make

This commit is contained in:
Ethan Buchman 2017-12-10 20:07:38 -05:00
parent 5c4397ab30
commit 10fcefe346
1 changed files with 2 additions and 3 deletions

View File

@ -7,8 +7,7 @@ clone_folder: c:\go\path\src\github.com\tendermint\tendermint
before_build:
- cmd: set GOPATH=%GOROOT%\path
- cmd: set PATH=%GOPATH%\bin;%PATH%
- cmd: go get github.com/Masterminds/glide
- cmd: glide install
- cmd: make get_vendor_deps
build_script:
- cmd: go test ./...
- cmd: make test
test: off