mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-06 14:14:33 +02:00
CI: enable C3 template app
This commit is contained in:
committed by
Angus Gratton
parent
68608f804c
commit
5f130ff909
@@ -73,6 +73,7 @@ build_stage2() {
|
|||||||
search_cmake esp32 ${CONFIG_STR}
|
search_cmake esp32 ${CONFIG_STR}
|
||||||
search_cmake esp32s2 ${CONFIG_STR}
|
search_cmake esp32s2 ${CONFIG_STR}
|
||||||
search_cmake esp32s3 ${CONFIG_STR}
|
search_cmake esp32s3 ${CONFIG_STR}
|
||||||
|
search_cmake esp32c3 ${CONFIG_STR}
|
||||||
|
|
||||||
CONFIG_STR=$(get_config_str sdkconfig.ci.*= sdkconfig.ci2.*=)
|
CONFIG_STR=$(get_config_str sdkconfig.ci.*= sdkconfig.ci2.*=)
|
||||||
search_make esp32 ${CONFIG_STR}
|
search_make esp32 ${CONFIG_STR}
|
||||||
@@ -84,6 +85,7 @@ build_stage2() {
|
|||||||
search_cmake esp32 ${CONFIG_STR}
|
search_cmake esp32 ${CONFIG_STR}
|
||||||
search_cmake esp32s2 ${CONFIG_STR}
|
search_cmake esp32s2 ${CONFIG_STR}
|
||||||
search_cmake esp32s3 ${CONFIG_STR}
|
search_cmake esp32s3 ${CONFIG_STR}
|
||||||
|
search_cmake esp32c3 ${CONFIG_STR}
|
||||||
|
|
||||||
# Override EXTRA_CFLAGS and EXTRA_CXXFLAGS in the environment
|
# 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/}
|
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 esp32 ${CONFIG_STR}
|
||||||
search_cmake esp32s2 ${CONFIG_STR}
|
search_cmake esp32s2 ${CONFIG_STR}
|
||||||
search_cmake esp32s3 ${CONFIG_STR}
|
search_cmake esp32s3 ${CONFIG_STR}
|
||||||
|
search_cmake esp32c3 ${CONFIG_STR}
|
||||||
|
|
||||||
build
|
build
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user