mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp32h2: enable fast template app CI
This commit is contained in:
parent
ee23a489b9
commit
15a907da48
@ -78,6 +78,7 @@ build_stage2() {
|
||||
search_cmake esp32s2 ${CONFIG_STR}
|
||||
search_cmake esp32s3 ${CONFIG_STR}
|
||||
search_cmake esp32c3 ${CONFIG_STR}
|
||||
search_cmake esp32h2 ${CONFIG_STR}
|
||||
|
||||
CONFIG_STR=$(get_config_str sdkconfig.ci.*= sdkconfig.ci2.*=)
|
||||
search_make esp32 ${CONFIG_STR}
|
||||
@ -90,6 +91,7 @@ build_stage2() {
|
||||
search_cmake esp32s2 ${CONFIG_STR}
|
||||
search_cmake esp32s3 ${CONFIG_STR}
|
||||
search_cmake esp32c3 ${CONFIG_STR}
|
||||
search_cmake esp32h2 ${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/}
|
||||
@ -103,6 +105,7 @@ build_stage1() {
|
||||
search_cmake esp32s2 ${CONFIG_STR}
|
||||
search_cmake esp32s3 ${CONFIG_STR}
|
||||
search_cmake esp32c3 ${CONFIG_STR}
|
||||
search_cmake esp32h2 ${CONFIG_STR}
|
||||
|
||||
build
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user