2015-05-09 01:41:24 -07:00
|
|
|
clone:
|
|
|
|
path: github.com/drone/drone
|
|
|
|
|
|
|
|
build:
|
2015-10-25 17:44:06 -07:00
|
|
|
image: drone/golang:1.5
|
2015-09-30 14:00:48 -07:00
|
|
|
environment:
|
|
|
|
- GO15VENDOREXPERIMENT=1
|
2015-05-09 01:41:24 -07:00
|
|
|
commands:
|
2015-10-20 00:08:09 -07:00
|
|
|
- make deps gen
|
|
|
|
- make test test_postgres test_mysql
|
2015-10-07 13:47:16 -07:00
|
|
|
- make build build_static deb docs
|
2015-09-30 22:16:42 -07:00
|
|
|
|
2015-10-20 00:08:09 -07:00
|
|
|
compose:
|
|
|
|
postgres:
|
|
|
|
image: postgres:9.4.5
|
|
|
|
environment:
|
|
|
|
- POSTGRES_USER=postgres
|
|
|
|
mysql:
|
|
|
|
image: mysql:5.6.27
|
|
|
|
environment:
|
|
|
|
- MYSQL_DATABASE=test
|
|
|
|
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
|
|
|
|
|
2015-09-30 23:01:51 -07:00
|
|
|
publish:
|
|
|
|
docker:
|
|
|
|
username: drone
|
|
|
|
password: $$DOCKER_PASS
|
|
|
|
email: $$DOCKER_EMAIL
|
|
|
|
repo: drone/drone
|
2015-10-27 18:34:33 -07:00
|
|
|
tag:
|
|
|
|
- "latest"
|
2016-03-24 13:06:33 -07:00
|
|
|
- "0.4.1"
|
2015-10-27 18:34:33 -07:00
|
|
|
- "0.4"
|
2015-09-30 23:01:51 -07:00
|
|
|
when:
|
|
|
|
repo: drone/drone
|
2015-10-26 10:35:59 -07:00
|
|
|
branch: master
|
2016-03-24 12:56:02 -07:00
|
|
|
|
|
|
|
notify:
|
|
|
|
gitter:
|
|
|
|
webhook: https://webhooks.gitter.im/e/$$GITTER_KEY
|