mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 20:24:32 +02:00
ci(h2): disable build test for h2
This commit is contained in:
@@ -434,14 +434,6 @@ build_examples_cmake_esp32c3:
|
|||||||
IDF_TARGET: esp32c3
|
IDF_TARGET: esp32c3
|
||||||
TEST_DIR: examples
|
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:
|
build_test_apps_esp32:
|
||||||
extends:
|
extends:
|
||||||
- .build_cmake_template
|
- .build_cmake_template
|
||||||
|
@@ -77,7 +77,7 @@ build_stage1() {
|
|||||||
--build-log ${BUILD_LOG_CMAKE} \
|
--build-log ${BUILD_LOG_CMAKE} \
|
||||||
--size-file size.json \
|
--size-file size.json \
|
||||||
--collect-size-info size_info.txt \
|
--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
|
# 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"
|
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
|
IDF_AS_LIB=$IDF_PATH/examples/build_system/cmake/idf_as_lib
|
||||||
# note: we just need to run cmake
|
# 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
|
do
|
||||||
echo "Build idf_as_lib for $TARGET target"
|
echo "Build idf_as_lib for $TARGET target"
|
||||||
rm -rf build
|
rm -rf build
|
||||||
|
Reference in New Issue
Block a user