mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-19 23:45:28 +02:00
12 lines
272 B
YAML
12 lines
272 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/esp_psram/test_apps:
|
|
disable:
|
|
- if: SOC_SPIRAM_SUPPORTED != 1
|
|
depends_components:
|
|
- esp_psram
|
|
- esp_mm
|
|
- esp_driver_gpio
|
|
- esp_driver_spi
|
|
- spi_flash
|