From 3f03e56bb834f44206ecd2a8d0dc90a72c21a183 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Tue, 9 Jan 2024 12:08:58 +0100 Subject: [PATCH] ci: add --keep-going to build all test apps in `build_template_app` job --- tools/ci/build_template_app.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ci/build_template_app.sh b/tools/ci/build_template_app.sh index 3d3994fb51..392c6e8833 100755 --- a/tools/ci/build_template_app.sh +++ b/tools/ci/build_template_app.sh @@ -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 }