2014-09-10 04:32:10 +00:00
|
|
|
image: go1.3
|
2014-06-12 19:51:55 +00:00
|
|
|
git:
|
|
|
|
path: github.com/drone/drone
|
2014-02-11 22:44:39 +00:00
|
|
|
env:
|
|
|
|
- GOROOT=/usr/local/go
|
2014-06-12 19:55:57 +00:00
|
|
|
- PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
2014-02-07 10:10:01 +00:00
|
|
|
script:
|
2014-07-14 02:41:08 +00:00
|
|
|
- sudo apt-get -y install zip libsqlite3-dev sqlite3 1> /dev/null 2> /dev/null
|
2014-06-05 22:04:28 +00:00
|
|
|
- make deps
|
2014-02-07 10:10:01 +00:00
|
|
|
- make test
|
2014-10-01 06:30:42 +00:00
|
|
|
- make test_postgres
|
|
|
|
- make test_mysql
|
2014-02-07 10:10:01 +00:00
|
|
|
- make dpkg
|
2014-10-01 06:30:42 +00:00
|
|
|
services:
|
|
|
|
- postgres
|
|
|
|
- mysql
|
2014-02-07 10:10:01 +00:00
|
|
|
notify:
|
2014-10-12 20:02:53 +00:00
|
|
|
gitter:
|
|
|
|
room_id: 76f5e5ec935c5b40259a
|
|
|
|
token: $$GITTER_TOKEN
|
|
|
|
on_started: false
|
|
|
|
on_success: false
|
|
|
|
on_failure: false
|
2014-02-07 10:38:06 +00:00
|
|
|
|
2014-08-02 17:50:02 +00:00
|
|
|
publish:
|
|
|
|
s3:
|
|
|
|
acl: public-read
|
|
|
|
region: us-east-1
|
|
|
|
bucket: downloads.drone.io
|
|
|
|
access_key: $AWS_KEY
|
|
|
|
secret_key: $AWS_SECRET
|
|
|
|
source: debian/drone.deb
|
2014-09-10 04:41:11 +00:00
|
|
|
target: $DRONE_BRANCH/
|