mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-04-26 13:49:21 +08:00
remove test when building
This commit is contained in:
parent
3f535e345b
commit
151221661d
6
Makefile
6
Makefile
@ -10,9 +10,9 @@ GIT_COMMIT= $(shell git rev-parse HEAD)
|
|||||||
BUILD_DATE= $(shell date '+%Y-%m-%d-%H:%M:%S')
|
BUILD_DATE= $(shell date '+%Y-%m-%d-%H:%M:%S')
|
||||||
GO = go
|
GO = go
|
||||||
|
|
||||||
default: format test build release
|
default: build
|
||||||
|
|
||||||
run: format build
|
run: format test build
|
||||||
$(BIN_DIR)/$(BIN_NAME)
|
$(BIN_DIR)/$(BIN_NAME)
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@ -29,7 +29,7 @@ $(BIN_DIR):
|
|||||||
$(INSTALL_DIR):
|
$(INSTALL_DIR):
|
||||||
mkdir -p $@
|
mkdir -p $@
|
||||||
|
|
||||||
build: test $(BIN_DIR)
|
build: $(BIN_DIR)
|
||||||
@echo === BUILDING ===
|
@echo === BUILDING ===
|
||||||
${GO} build -v -o $(BIN_DIR)/$(BIN_NAME)
|
${GO} build -v -o $(BIN_DIR)/$(BIN_NAME)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user