mirror of
https://github.com/gogs/gogs.git
synced 2025-05-30 03:03:02 +00:00
Add appveyor.yml
This commit is contained in:
parent
e43479d948
commit
aa682b3b7e
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 ./...
|
Loading…
x
Reference in New Issue
Block a user