woodpecker/.drone.yml
2015-09-30 22:16:42 -07:00

24 lines
No EOL
546 B
YAML

clone:
path: github.com/drone/drone
build:
image: golang:1.5
environment:
- GO15VENDOREXPERIMENT=1
commands:
- /bin/bash contrib/setup-sqlite.sh 1> /dev/null
- /bin/bash contrib/setup-sassc.sh 1> /dev/null
- make deps gen test
- make build build_static deb
# publish:
# s3:
# acl: public-read
# region: us-east-1
# bucket: downloads.drone.io
# access_key: $$AWS_KEY
# secret_key: $$AWS_SECRET
# source: contrib/debian/drone.deb
# target: $$BRANCH/
# when:
# repo: drone/drone