test on Windows using Appveyor

This commit is contained in:
Acconut 2015-02-28 15:06:38 +01:00
parent 9b3d56bf07
commit 7a221f97a2
1 changed files with 6 additions and 0 deletions

6
appveyor.yml Normal file
View File

@ -0,0 +1,6 @@
build_script:
- set GOPATH=%BuildFolder%
- go get -v ./...
test_script:
- go test -v ./...