mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 06:42:16 +00:00
appveyor: use make
This commit is contained in:
parent
5c4397ab30
commit
10fcefe346
@ -7,8 +7,7 @@ clone_folder: c:\go\path\src\github.com\tendermint\tendermint
|
|||||||
before_build:
|
before_build:
|
||||||
- cmd: set GOPATH=%GOROOT%\path
|
- cmd: set GOPATH=%GOROOT%\path
|
||||||
- cmd: set PATH=%GOPATH%\bin;%PATH%
|
- cmd: set PATH=%GOPATH%\bin;%PATH%
|
||||||
- cmd: go get github.com/Masterminds/glide
|
- cmd: make get_vendor_deps
|
||||||
- cmd: glide install
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: go test ./...
|
- cmd: make test
|
||||||
test: off
|
test: off
|
||||||
|
Loading…
x
Reference in New Issue
Block a user