Merge pull request #331 from blaubaer/windows-ci

Added ci configuration for windows using AppVeyor
This commit is contained in:
Jesse Szwedko 2016-02-08 21:40:34 -08:00
commit 8cea2901d4

16
appveyor.yml Normal file
View File

@ -0,0 +1,16 @@
version: "{build}"
os: Windows Server 2012 R2
install:
- go version
- go env
build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- go vet ./...
- go test -v ./...
test: off
deploy: off