* Added ci configuration for windows using AppVeyor

This commit is contained in:
Gregor Noczinski 2016-02-07 12:54:15 +01:00
parent d5f087da9d
commit d81f682964

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