2015-11-23 00:07:57 +00:00
|
|
|
build:
|
|
|
|
image: golang:1.5
|
|
|
|
commands:
|
2015-12-23 14:17:14 +00:00
|
|
|
- make deps
|
|
|
|
- make build
|
|
|
|
- make test
|
2015-11-23 00:07:57 +00:00
|
|
|
|
|
|
|
publish:
|
|
|
|
docker:
|
2016-01-15 17:29:12 +00:00
|
|
|
username: drone
|
2015-11-23 00:07:57 +00:00
|
|
|
password: $$DOCKER_PASS
|
|
|
|
email: $$DOCKER_EMAIL
|
2016-01-15 17:29:12 +00:00
|
|
|
repo: plugins/drone-github-release
|
2015-11-23 00:07:57 +00:00
|
|
|
when:
|
|
|
|
branch: master
|
|
|
|
|
|
|
|
plugin:
|
|
|
|
name: GitHub Release
|
2015-12-23 14:17:14 +00:00
|
|
|
desc: Publishs files and artifacts to GitHub Releases
|
2015-11-23 00:07:57 +00:00
|
|
|
type: publish
|
2016-01-15 17:29:12 +00:00
|
|
|
image: plugins/drone-github-release
|
2015-11-23 00:07:57 +00:00
|
|
|
labels:
|
|
|
|
- github
|
|
|
|
- release
|