Browse Source

Run tests on AppVeyor

pull/698/head
Martin Dyring-Andersen 7 years ago
committed by Adrian Brink
parent
commit
5c4397ab30
No known key found for this signature in database GPG Key ID: 9168AC350E33CEF2
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      appveyor.yml

+ 14
- 0
appveyor.yml View 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…
Cancel
Save