ci: add --keep-going to build all test apps in build_template_app job

This commit is contained in:
Fu Hanxi
2024-01-09 12:08:58 +01:00
parent fa34008c61
commit 3f03e56bb8

View File

@@ -63,6 +63,7 @@ build_stage2() {
--build-dir ${BUILD_DIR} \
--build-log ${BUILD_LOG_CMAKE} \
--size-file size.json \
--keep-going \
--collect-size-info size_info.txt \
--default-build-targets esp32 esp32s2 esp32s3 esp32c2 esp32c3 esp32c6 esp32h2 esp32p4
}