Add appveyor.yml

master
Unknwon 2017-01-27 19:25:00 -05:00
parent e43479d948
commit aa682b3b7e
No known key found for this signature in database
GPG Key ID: FB9F411CDD69BEC1
1 changed files with 13 additions and 0 deletions

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 ./...