Browse Source

Add .drone.yml

drone-ci
Unknwon 8 years ago
parent
commit
508c326bb2
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
  1. 13
      .drone.yml

13
.drone.yml

@ -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
Loading…
Cancel
Save