2015-05-09 08:41:24 +00:00
|
|
|
clone:
|
|
|
|
path: github.com/drone/drone
|
|
|
|
|
|
|
|
build:
|
2016-04-20 01:37:53 +00:00
|
|
|
test:
|
|
|
|
image: drone/golang:1.5
|
|
|
|
environment:
|
|
|
|
- GO15VENDOREXPERIMENT=1
|
|
|
|
commands:
|
|
|
|
- make deps gen
|
|
|
|
- make test test_postgres test_mysql
|
|
|
|
dist:
|
|
|
|
image: drone/golang:1.5
|
|
|
|
environment:
|
|
|
|
- GO15VENDOREXPERIMENT=1
|
|
|
|
commands:
|
|
|
|
- make build
|
|
|
|
when:
|
|
|
|
event: push
|
2015-10-01 05:16:42 +00:00
|
|
|
|
2015-10-20 07:08:09 +00: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-10-01 06:01:51 +00:00
|
|
|
publish:
|
|
|
|
docker:
|
|
|
|
username: drone
|
|
|
|
password: $$DOCKER_PASS
|
|
|
|
email: $$DOCKER_EMAIL
|
|
|
|
repo: drone/drone
|
2016-04-28 19:12:47 +00:00
|
|
|
tag: [ "latest", "0.4.2" ]
|
2015-10-01 06:01:51 +00:00
|
|
|
when:
|
|
|
|
repo: drone/drone
|
2015-10-26 17:35:59 +00:00
|
|
|
branch: master
|
2016-03-24 19:56:02 +00:00
|
|
|
|
|
|
|
notify:
|
|
|
|
gitter:
|
|
|
|
webhook: https://webhooks.gitter.im/e/$$GITTER_KEY
|