ci: move extra targets need to be built by default to --additional-build-targets

This commit is contained in:
Fu Hanxi
2025-09-26 15:05:38 +02:00
parent 508618432b
commit 3175db5346
7 changed files with 26 additions and 52 deletions
+5
View File
@@ -25,6 +25,11 @@ size_json_filename = "size_${CI_JOB_ID}.json"
verbose = 1 # INFO
additional_build_targets = [
'esp32h21',
'esp32h4',
]
# collect
collect_app_info_filename = "app_info_${CI_JOB_NAME_SLUG}.txt"
junitxml = "build_summary_${CI_JOB_NAME_SLUG}.xml"