update:优化build
This commit is contained in:
2
Makefile
2
Makefile
@@ -18,7 +18,7 @@ sdk-build:
|
|||||||
cd $(SDK_DIR) && npm run build
|
cd $(SDK_DIR) && npm run build
|
||||||
|
|
||||||
build: web-build sdk-build
|
build: web-build sdk-build
|
||||||
GOOS=$(GOOS) GOARCH=$(ARCH) go build -o bin/iqudo-top1 .
|
CGO_ENABLED=0 GOOS=$(GOOS) GOARCH=$(ARCH) go build -o bin/main .
|
||||||
|
|
||||||
test:
|
test:
|
||||||
go test ./...
|
go test ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user