mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci(h2): disable build test for h2
This commit is contained in:
parent
f1917f4db3
commit
563641f948
@ -434,14 +434,6 @@ build_examples_cmake_esp32c3:
|
||||
IDF_TARGET: esp32c3
|
||||
TEST_DIR: examples
|
||||
|
||||
build_examples_cmake_esp32h2:
|
||||
extends:
|
||||
- .build_cmake_template
|
||||
- .rules:build:example_test-esp32h2
|
||||
variables:
|
||||
IDF_TARGET: esp32h2
|
||||
TEST_DIR: examples
|
||||
|
||||
build_test_apps_esp32:
|
||||
extends:
|
||||
- .build_cmake_template
|
||||
|
@ -77,7 +77,7 @@ build_stage1() {
|
||||
--build-log ${BUILD_LOG_CMAKE} \
|
||||
--size-file size.json \
|
||||
--collect-size-info size_info.txt \
|
||||
--default-build-targets esp32 esp32s2 esp32s3 esp32c2 esp32c3 esp32h2
|
||||
--default-build-targets esp32 esp32s2 esp32s3 esp32c2 esp32c3
|
||||
}
|
||||
|
||||
# Default arguments
|
||||
|
@ -513,7 +513,7 @@ function run_tests()
|
||||
print_status "Test build ESP-IDF as a library to a custom CMake projects for all targets"
|
||||
IDF_AS_LIB=$IDF_PATH/examples/build_system/cmake/idf_as_lib
|
||||
# note: we just need to run cmake
|
||||
for TARGET in "esp32" "esp32s2" "esp32s3" "esp32c3" "esp32h2" "esp32c2"
|
||||
for TARGET in "esp32" "esp32s2" "esp32s3" "esp32c3" "esp32c2"
|
||||
do
|
||||
echo "Build idf_as_lib for $TARGET target"
|
||||
rm -rf build
|
||||
|
Loading…
Reference in New Issue
Block a user