mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
13 lines
350 B
YAML
13 lines
350 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/esp_hal_security/test_apps/crypto:
|
|
depends_components:
|
|
- *common_components
|
|
- efuse
|
|
- mbedtls
|
|
- esp_security
|
|
|
|
components/esp_hal_security/test_apps/tee:
|
|
disable:
|
|
- if: IDF_TARGET not in ["esp32c6", "esp32h2", "esp32c5", "esp32c61"]
|