mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-29 06:01:21 +00:00
Run tests on AppVeyor
This commit is contained in:
parent
847f865438
commit
5c4397ab30
14
appveyor.yml
Normal file
14
appveyor.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
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: go get github.com/Masterminds/glide
|
||||||
|
- cmd: glide install
|
||||||
|
build_script:
|
||||||
|
- cmd: go test ./...
|
||||||
|
test: off
|
Loading…
x
Reference in New Issue
Block a user