From 5f130ff90951ad7d6ffa28270c0bfcc3cfbd7983 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Wed, 30 Dec 2020 10:53:06 +0800 Subject: [PATCH] CI: enable C3 template app --- tools/ci/build_template_app.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/ci/build_template_app.sh b/tools/ci/build_template_app.sh index 72332c5a21..abda314691 100755 --- a/tools/ci/build_template_app.sh +++ b/tools/ci/build_template_app.sh @@ -73,6 +73,7 @@ build_stage2() { search_cmake esp32 ${CONFIG_STR} search_cmake esp32s2 ${CONFIG_STR} search_cmake esp32s3 ${CONFIG_STR} + search_cmake esp32c3 ${CONFIG_STR} CONFIG_STR=$(get_config_str sdkconfig.ci.*= sdkconfig.ci2.*=) search_make esp32 ${CONFIG_STR} @@ -84,6 +85,7 @@ build_stage2() { search_cmake esp32 ${CONFIG_STR} search_cmake esp32s2 ${CONFIG_STR} search_cmake esp32s3 ${CONFIG_STR} + search_cmake esp32c3 ${CONFIG_STR} # Override EXTRA_CFLAGS and EXTRA_CXXFLAGS in the environment export EXTRA_CFLAGS=${PEDANTIC_CFLAGS/-Werror=unused-variable -Werror=unused-but-set-variable -Werror=unused-function/} @@ -96,6 +98,7 @@ build_stage1() { search_cmake esp32 ${CONFIG_STR} search_cmake esp32s2 ${CONFIG_STR} search_cmake esp32s3 ${CONFIG_STR} + search_cmake esp32c3 ${CONFIG_STR} build }