mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 13:37:34 +08:00
Merge pull request #2332 from cesanta/cube
update Cube test Makefile to support testing packaged examples
This commit is contained in:
commit
dd5118cab0
@ -4,12 +4,13 @@ TARGET ?= Debug
|
||||
DOCKER = docker run --rm -v $(ROOT):$(ROOT) -v $(CURDIR):/root -w $(CURDIR)
|
||||
IMAGE ?= springrockconsulting/stm32cubeide:v1
|
||||
# image author did not set path, so a hardcoded reference to a variable name dir is needed
|
||||
PATHTO ?= /opt/st/stm32cubeide_1.12.0/
|
||||
|
||||
all: $(PROJECTS)
|
||||
$(DOCKER) $(IMAGE) /opt/st/stm32cubeide_1.12.0/headless-build.sh -data workspace -removeAll workspace
|
||||
$(DOCKER) $(IMAGE) $(PATHTO)headless-build.sh -data workspace -removeAll workspace
|
||||
|
||||
$(PROJECTS): FORCE
|
||||
$(DOCKER) $(IMAGE) /opt/st/stm32cubeide_1.12.0/headless-build.sh -data workspace -import $@ -cleanBuild $(@F)/$(TARGET)
|
||||
$(DOCKER) $(IMAGE) $(PATHTO)headless-build.sh -data workspace -import $@ -cleanBuild $(@F)/$(TARGET)
|
||||
|
||||
FORCE:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user