mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-03 14:18:42 +00:00
fixed bindata build issues
This commit is contained in:
parent
712c18459f
commit
8e6fbc8ceb
2 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,9 @@ env:
|
||||||
- GOROOT=/usr/local/go
|
- GOROOT=/usr/local/go
|
||||||
- PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
- PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
||||||
script:
|
script:
|
||||||
- make deps
|
- go get -u github.com/jteeuwen/go-bindata/...
|
||||||
- make
|
- make bindata deps
|
||||||
|
- make build
|
||||||
- make test
|
- make test
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
|
|
1
Makefile
1
Makefile
|
@ -4,7 +4,6 @@ VERSION := 0.4.0-alpha
|
||||||
all: concat bindata build
|
all: concat bindata build
|
||||||
|
|
||||||
deps:
|
deps:
|
||||||
go get -u github.com/jteeuwen/go-bindata/...
|
|
||||||
go get -t -v ./...
|
go get -t -v ./...
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue