mirror of
https://github.com/gogs/gogs.git
synced 2026-01-27 17:49:20 +01:00
Add appveyor.yml
This commit is contained in:
13
appveyor.yml
Normal file
13
appveyor.yml
Normal 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 ./...
|
||||
Reference in New Issue
Block a user