mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 09:34:38 +00:00
peg version of Docker
This commit is contained in:
5
Makefile
5
Makefile
@@ -5,10 +5,13 @@ ITTERATION := $(shell date +%s)
|
||||
all: build
|
||||
|
||||
deps:
|
||||
# which npm && npm -g install uglify-js less autoprefixer
|
||||
go get github.com/GeertJohan/go.rice/rice
|
||||
go get -t -v ./...
|
||||
|
||||
docker:
|
||||
mkdir -p $$GOPATH/src/github.com/docker/docker
|
||||
git clone --depth=1 --branch=v1.5.0 git://github.com/docker/docker.git $$GOPATH/src/github.com/docker/docker
|
||||
|
||||
test:
|
||||
@test -z "$(shell find . -name '*.go' | xargs gofmt -l)" || (echo "Need to run 'go fmt ./...'"; exit 1)
|
||||
go vet ./...
|
||||
|
Reference in New Issue
Block a user