mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
13 lines
405 B
YAML
13 lines
405 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/mbedtls/test_apps:
|
|
disable:
|
|
- if: CONFIG_NAME == "psram" and SOC_SPIRAM_SUPPORTED != 1
|
|
- if: CONFIG_NAME == "psram_all_ext" and SOC_SPIRAM_SUPPORTED != 1
|
|
- if: CONFIG_NAME == "ecdsa_sign" and SOC_ECDSA_SUPPORTED != 1
|
|
depends_components:
|
|
- efuse
|
|
- mbedtls
|
|
- esp_security
|
|
- esp_mm
|