mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
make debugging: With V=1, output when including each Makefile.projbuild
also enable V=1 on CI builds
This commit is contained in:
parent
7c58c1e06b
commit
f605e03344
@ -23,7 +23,7 @@ build_template_app:
|
|||||||
# branch
|
# branch
|
||||||
- git checkout ${CI_BUILD_REF_NAME} || echo "Using esp-idf-template default branch..."
|
- git checkout ${CI_BUILD_REF_NAME} || echo "Using esp-idf-template default branch..."
|
||||||
- make defconfig
|
- make defconfig
|
||||||
- make all
|
- make all V=1
|
||||||
|
|
||||||
test_nvs_on_host:
|
test_nvs_on_host:
|
||||||
stage: test
|
stage: test
|
||||||
|
@ -193,6 +193,7 @@ APP_BIN:=$(APP_ELF:.elf=.bin)
|
|||||||
# Include any Makefile.projbuild file letting components add
|
# Include any Makefile.projbuild file letting components add
|
||||||
# configuration at the project level
|
# configuration at the project level
|
||||||
define includeProjBuildMakefile
|
define includeProjBuildMakefile
|
||||||
|
$(if $(V),$(if $(wildcard $(1)/Makefile.projbuild),$(info including $(1)/Makefile.projbuild...)))
|
||||||
COMPONENT_PATH := $(1)
|
COMPONENT_PATH := $(1)
|
||||||
-include $(1)/Makefile.projbuild
|
-include $(1)/Makefile.projbuild
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user