mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Move all server and controller packages into top-level
This commit is contained in:
4
Makefile
4
Makefile
@@ -34,7 +34,8 @@ lint:
|
||||
|
||||
cyclo:
|
||||
@echo "Running $@:"
|
||||
@GO15VENDOREXPERIMENT=1 gocyclo -over 25 .
|
||||
@GO15VENDOREXPERIMENT=1 gocyclo -over 25 *.go
|
||||
@GO15VENDOREXPERIMENT=1 gocyclo -over 25 pkg
|
||||
|
||||
build: getdeps verifiers
|
||||
@echo "Installing minio:"
|
||||
@@ -42,6 +43,7 @@ build: getdeps verifiers
|
||||
|
||||
test: build
|
||||
@echo "Running all testing:"
|
||||
@GO15VENDOREXPERIMENT=1 go test $(GOFLAGS) .
|
||||
@GO15VENDOREXPERIMENT=1 go test $(GOFLAGS) github.com/minio/minio/pkg...
|
||||
|
||||
gomake-all: build
|
||||
|
||||
Reference in New Issue
Block a user