Skip to content

Commit

Permalink
Update .drone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed Jun 4, 2015
1 parent ba4e6b0 commit 5f29e94
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
image: go1.3
image: library/golang:1.4.2
git:
path: github.com/drone/drone
env:
- GOROOT=/usr/local/go
- PATH=$PATH:$GOROOT/bin:$GOPATH/bin
script:
- sudo apt-get update && sudo apt-get -y install dpkg
- git clone git://github.com/gin-gonic/gin.git $GOPATH/src/github.com/gin-gonic/gin
- export /var/cache/drone=/drone
- export PATH=$PATH:$GOPATH/bin
- go get -u github.com/jteeuwen/go-bindata/...
- make bindata deps
- make build
Expand Down

0 comments on commit 5f29e94

Please sign in to comment.