Browse Source

appveyor: use make

pull/698/head
Ethan Buchman 7 years ago
parent
commit
10fcefe346
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      appveyor.yml

+ 2
- 3
appveyor.yml 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

Loading…
Cancel
Save