2014-02-11 15:38:22 -07:00
|
|
|
image: go1.2
|
2014-02-11 15:44:39 -07:00
|
|
|
env:
|
|
|
|
- GOROOT=/usr/local/go
|
2014-04-05 14:10:28 -07:00
|
|
|
- GOPATH=$PWD/Godeps/_workspace:/var/cache/drone
|
|
|
|
- PATH=$PWD/Godeps/_workspace/bin:/var/cache/drone/bin:$PATH
|
2014-02-07 03:10:01 -07:00
|
|
|
script:
|
2014-04-05 14:10:28 -07:00
|
|
|
- sudo apt-get -y install libsqlite3-dev sqlite3 1> /dev/null 2> /dev/null
|
2014-04-12 07:23:35 +07:00
|
|
|
- make embed
|
2014-04-10 17:44:26 +00:00
|
|
|
- make build-dist
|
2014-02-07 03:10:01 -07:00
|
|
|
- make test
|
|
|
|
- make dpkg
|
|
|
|
notify:
|
|
|
|
email:
|
|
|
|
recipients:
|
|
|
|
- brad@drone.io
|
2014-02-07 03:38:06 -07:00
|
|
|
|
2014-02-07 03:10:01 -07:00
|
|
|
publish:
|
|
|
|
s3:
|
|
|
|
acl: public-read
|
|
|
|
region: us-east-1
|
|
|
|
bucket: downloads.drone.io
|
|
|
|
access_key: $AWS_KEY
|
|
|
|
secret_key: $AWS_SECRET
|
2014-02-11 15:48:16 -07:00
|
|
|
source: deb/drone.deb
|
2014-04-05 14:10:28 -07:00
|
|
|
target: latest/
|