mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
8 lines
291 B
YAML
8 lines
291 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/esp_security/test_apps/crypto_drivers:
|
|
enable:
|
|
- if: ((SOC_HMAC_SUPPORTED == 1) or (SOC_DIG_SIGN_SUPPORTED == 1)) or (SOC_KEY_MANAGER_SUPPORTED == 1)
|
|
depends_components:
|
|
- esp_security
|