mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: Fix target variable default value
(cherry picked from commit 3748e06108bd3067b36c3b605feb6aaf438d98eb)
This commit is contained in:
parent
ee42e3d714
commit
9dcb48b86b
@ -319,6 +319,9 @@ class Example(IDFApp):
|
||||
if not config_name:
|
||||
config_name = "default"
|
||||
|
||||
if not target:
|
||||
target = "esp32"
|
||||
|
||||
# Search for CI build folders.
|
||||
# Path format: $IDF_PATH/build_examples/app_path_with_underscores/config/target
|
||||
# (see tools/ci/build_examples_cmake.sh)
|
||||
|
Loading…
Reference in New Issue
Block a user