mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Setting up initial cli options and http handlers
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,6 +1,6 @@
|
||||
GOPATH := $(CURDIR)/tmp/gopath
|
||||
|
||||
all: build copy_bin
|
||||
all: build test copy_bin
|
||||
|
||||
copy_bin:
|
||||
cp tmp/gopath/bin/* bin/
|
||||
@@ -12,6 +12,9 @@ stage_build:
|
||||
rsync -a . tmp/gopath/src/github.com/minios/minios/
|
||||
rsync -a third_party/* tmp/gopath
|
||||
|
||||
test:
|
||||
go test github.com/minios/minios
|
||||
go test github.com/minios/minios/minio
|
||||
|
||||
build: stage_build
|
||||
go install github.com/minios/minios/minio
|
||||
|
||||
Reference in New Issue
Block a user