mirror of https://github.com/gogs/gogs.git
Add AppVeyor badge to README
parent
e2afd886fd
commit
3d23c13160
|
@ -1,4 +1,4 @@
|
|||
Gogs - Go Git Service [](https://travis-ci.org/gogits/gogs) [](https://crowdin.com/project/gogs) [](https://gitter.im/gogits/gogs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
Gogs - Go Git Service [](https://travis-ci.org/gogits/gogs) [](https://ci.appveyor.com/project/Unknwon/gogs/branch/master) [](https://crowdin.com/project/gogs) [](https://gitter.im/gogits/gogs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
=====================
|
||||
|
||||

|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
version: "{build}"
|
||||
|
||||
skip_tags: true
|
||||
clone_folder: c:\gopath\src\github.com\gogits\gogs
|
||||
clone_depth: 1
|
||||
|
||||
environment:
|
||||
GOPATH: c:\gopath
|
||||
|
@ -12,9 +13,6 @@ deploy: false
|
|||
install:
|
||||
- go get -t -v ./...
|
||||
|
||||
test_script:
|
||||
- go test -v -cover -race ./...
|
||||
|
||||
notifications:
|
||||
- provider: Email
|
||||
to:
|
||||
|
|
Loading…
Reference in New Issue