mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04: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
|