mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-19 03:47:28 +08:00
add memory_get tool and docker-based make test target
This commit is contained in:
6
Makefile
6
Makefile
@@ -161,6 +161,12 @@ deps:
|
||||
run: build
|
||||
@$(BUILD_DIR)/$(BINARY_NAME) $(ARGS)
|
||||
|
||||
## test: Build and compile-check in Docker (Dockerfile.test)
|
||||
test:
|
||||
@echo "Running Docker compile test..."
|
||||
docker build -f Dockerfile.test -t clawgo:test .
|
||||
@echo "Docker compile test passed"
|
||||
|
||||
## help: Show this help message
|
||||
help:
|
||||
@echo "clawgo Makefile"
|
||||
|
||||
Reference in New Issue
Block a user