mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
ci: add --keep-going to build all test apps in build_template_app
job
This commit is contained in:
parent
fa34008c61
commit
3f03e56bb8
@ -63,6 +63,7 @@ build_stage2() {
|
|||||||
--build-dir ${BUILD_DIR} \
|
--build-dir ${BUILD_DIR} \
|
||||||
--build-log ${BUILD_LOG_CMAKE} \
|
--build-log ${BUILD_LOG_CMAKE} \
|
||||||
--size-file size.json \
|
--size-file size.json \
|
||||||
|
--keep-going \
|
||||||
--collect-size-info size_info.txt \
|
--collect-size-info size_info.txt \
|
||||||
--default-build-targets esp32 esp32s2 esp32s3 esp32c2 esp32c3 esp32c6 esp32h2 esp32p4
|
--default-build-targets esp32 esp32s2 esp32s3 esp32c2 esp32c3 esp32c6 esp32h2 esp32p4
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user