mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 03:07:21 +02:00
Merge branch 'fix/ci_target_test_v4.0' into 'release/v4.0'
ci: Fix target variable default value v4.0 See merge request espressif/esp-idf!7237
This commit is contained in:
@ -319,6 +319,9 @@ class Example(IDFApp):
|
|||||||
if not config_name:
|
if not config_name:
|
||||||
config_name = "default"
|
config_name = "default"
|
||||||
|
|
||||||
|
if not target:
|
||||||
|
target = "esp32"
|
||||||
|
|
||||||
# Search for CI build folders.
|
# Search for CI build folders.
|
||||||
# Path format: $IDF_PATH/build_examples/app_path_with_underscores/config/target
|
# Path format: $IDF_PATH/build_examples/app_path_with_underscores/config/target
|
||||||
# (see tools/ci/build_examples_cmake.sh)
|
# (see tools/ci/build_examples_cmake.sh)
|
||||||
|
Reference in New Issue
Block a user