mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Moving gateway and storage driver to packages
This commit is contained in:
3
Makefile
3
Makefile
@@ -9,7 +9,8 @@ build-signify:
|
||||
cd pkgs/signify && make
|
||||
|
||||
test: build-erasure build-signify
|
||||
godep go test -race -coverprofile=cover.out github.com/minio-io/minio
|
||||
godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/storage
|
||||
godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/gateway
|
||||
|
||||
install: build-erasure
|
||||
godep go install github.com/minio-io/minio/cmd/minio-encode
|
||||
|
||||
Reference in New Issue
Block a user