Merge branch 'fix/ci_target_test' into 'master'

CI - Fix target variable default value

See merge request espressif/esp-idf!7424
pull/2405/merge
Angus Gratton 2020-02-06 14:52:10 +08:00
commit c9cc694dbb
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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)