github.com/kvattikuti/drone@v0.2.1-0.20140603034306-d400229a327a/.drone.yml (about)

     1  image: go1.2
     2  env:
     3    - GOROOT=/usr/local/go
     4    - GOPATH=$PWD/Godeps/_workspace:/var/cache/drone
     5    - PATH=$PWD/Godeps/_workspace/bin:/var/cache/drone/bin:$PATH
     6  script:
     7    - sudo apt-get -y install libsqlite3-dev sqlite3 1> /dev/null 2> /dev/null
     8    - make embed
     9    - make build-dist
    10    - make test
    11    - make dpkg
    12  notify:
    13    email:
    14      recipients:
    15        - brad@drone.io
    16  
    17  publish:
    18    s3:
    19      acl: public-read
    20      region: us-east-1
    21      bucket: downloads.drone.io
    22      access_key: $AWS_KEY
    23      secret_key: $AWS_SECRET
    24      source: deb/drone.deb
    25      target: latest/