mirror of https://github.com/gogits/gogs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
320 B
22 lines
320 B
version: "{build}" |
|
|
|
clone_folder: c:\gopath\src\github.com\gogits\gogs |
|
|
|
environment: |
|
GOPATH: c:\gopath |
|
GOVERSION: 1.7 |
|
|
|
build: false |
|
deploy: false |
|
|
|
install: |
|
- go get -t -v ./... |
|
|
|
test_script: |
|
- go test -v -cover -race ./... |
|
|
|
notifications: |
|
- provider: Email |
|
to: |
|
- u@gogs.io |
|
on_build_success: false |