1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-17 17:45:03 +02:00
woodpecker/.drone.yml

17 lines
282 B
YAML
Raw Normal View History

2014-09-09 21:32:10 -07:00
image: go1.3
2014-06-12 12:51:55 -07:00
git:
path: github.com/drone/drone
env:
- GOROOT=/usr/local/go
- PATH=$PATH:$GOROOT/bin:$GOPATH/bin
2014-02-07 03:10:01 -07:00
script:
2015-04-25 16:46:02 -07:00
- go get -u github.com/jteeuwen/go-bindata/...
- make bindata deps
- make build
2014-02-07 03:10:01 -07:00
- make test
2014-02-07 03:10:01 -07:00
notify:
2014-10-14 21:53:39 -07:00
email:
recipients:
- brad@drone.io