mirror of
https://github.com/wahyd4/gogs.git
synced 2026-08-09 21:06:25 +10:00
Add .drone.yml
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user