mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-16 16:54:11 +00:00
Update .drone.yml
This commit is contained in:
parent
ddd3d172f4
commit
53eb20f5b9
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ env:
|
|||
- GOROOT=/usr/local/go
|
||||
- PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
||||
script:
|
||||
- apt-get update && apt-get -y install dpkg
|
||||
- git clone git://github.com/gin-gonic/gin.git $GOPATH/src/github.com/gin-gonic/gin
|
||||
- go get -u github.com/jteeuwen/go-bindata/...
|
||||
- make bindata deps
|
||||
|
@ -42,4 +43,4 @@ build:
|
|||
- go get -u github.com/jteeuwen/go-bindata/...
|
||||
- make bindata deps
|
||||
- make build
|
||||
- make test
|
||||
- make test
|
||||
|
|
Loading…
Reference in a new issue