* Added ci configuration for windows using AppVeyor

main
Gregor Noczinski 9 years ago
parent d5f087da9d
commit d81f682964

@ -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
Loading…
Cancel
Save