mirror of
https://github.com/minio/minio.git
synced 2025-02-25 04:19:13 -05:00
Merge pull request #432 from harshavardhana/pr_out_build_everything_by_default
This commit is contained in:
commit
138542ec65
2
Makefile
2
Makefile
@ -41,7 +41,7 @@ build-all: verifiers
|
|||||||
@echo "Building Libraries:"
|
@echo "Building Libraries:"
|
||||||
@godep go generate github.com/minio-io/erasure
|
@godep go generate github.com/minio-io/erasure
|
||||||
@godep go generate ./...
|
@godep go generate ./...
|
||||||
@godep go build ./...
|
@godep go build -a ./... # have no stale packages
|
||||||
|
|
||||||
test-all: build-all
|
test-all: build-all
|
||||||
@echo "Running Test Suites:"
|
@echo "Running Test Suites:"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user