Add appveyor.yml

This commit is contained in:
André Hänsel 2017-07-27 05:03:02 +02:00
parent abee6f9b06
commit 6f38f401f7
1 changed files with 14 additions and 0 deletions

14
appveyor.yml Normal file
View File

@ -0,0 +1,14 @@
version: "{build}"
platform: x64
clone_folder: c:\gopath\src\github.com\sirupsen\logrus
environment:
GOPATH: c:\gopath
branches:
only:
- master
install:
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
- go version
build_script:
- go get -t
- go test