Merge pull request #241 from mlaventure/makefile-improv
Makefile improv
This commit is contained in:
commit
c3da771256
2 changed files with 3 additions and 1 deletions
|
@ -47,3 +47,5 @@ RUN set -x \
|
|||
COPY . /go/src/github.com/docker/containerd
|
||||
|
||||
WORKDIR /go/src/github.com/docker/containerd
|
||||
|
||||
RUN make all install
|
||||
|
|
2
Makefile
2
Makefile
|
@ -82,7 +82,7 @@ lint:
|
|||
shell: dbuild
|
||||
$(DOCKER_RUN) bash
|
||||
|
||||
test: all validate
|
||||
test: validate
|
||||
go test -v $(shell go list ./... | grep -v /vendor | grep -v /integration-test)
|
||||
ifneq ($(wildcard /.dockerenv), )
|
||||
$(MAKE) install bundles-rootfs
|
||||
|
|
Loading…
Reference in a new issue