Update .drone.yml
This commit is contained in:
parent
ba4e6b0978
commit
5f29e94b08
1 changed files with 3 additions and 6 deletions
|
@ -1,12 +1,9 @@
|
||||||
image: go1.3
|
image: library/golang:1.4.2
|
||||||
git:
|
git:
|
||||||
path: github.com/drone/drone
|
path: github.com/drone/drone
|
||||||
env:
|
|
||||||
- GOROOT=/usr/local/go
|
|
||||||
- PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
|
||||||
script:
|
script:
|
||||||
- sudo apt-get update && sudo apt-get -y install dpkg
|
- export /var/cache/drone=/drone
|
||||||
- git clone git://github.com/gin-gonic/gin.git $GOPATH/src/github.com/gin-gonic/gin
|
- export PATH=$PATH:$GOPATH/bin
|
||||||
- go get -u github.com/jteeuwen/go-bindata/...
|
- go get -u github.com/jteeuwen/go-bindata/...
|
||||||
- make bindata deps
|
- make bindata deps
|
||||||
- make build
|
- make build
|
||||||
|
|
Loading…
Reference in a new issue