Add appveyor.yml

This commit is contained in:
Unknwon
2017-01-27 19:25:00 -05:00
parent e43479d948
commit aa682b3b7e

13
appveyor.yml Normal file
View File

@@ -0,0 +1,13 @@
version: "{build}"
clone_folder: c:\gopath\src\github.com\gogits\gogs
environment:
GOPATH: c:\gopath
GOVERSION: 1.7
build: false
deploy: false
test_script:
- go test -v -cover -race ./...