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.
13 lines
264 B
13 lines
264 B
8 years ago
|
pipeline:
|
||
|
clone:
|
||
|
image: plugins/git
|
||
|
build:
|
||
|
image: golang
|
||
|
commands:
|
||
|
- make build
|
||
|
- make test
|
||
|
|
||
|
slack:
|
||
|
image: plugins/slack
|
||
|
webhook: https://hooks.slack.com/services/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
|
||
|
channel: build
|