mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 02:29:10 -04:00
10 lines
256 B
YAML
10 lines
256 B
YAML
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
||
|
|
||
|
components/esp_lcd/test_apps/i80_lcd:
|
||
|
disable:
|
||
|
- if: SOC_LCD_I80_SUPPORTED != 1
|
||
|
|
||
|
components/esp_lcd/test_apps/rgb_lcd:
|
||
|
disable:
|
||
|
- if: SOC_LCD_RGB_SUPPORTED != 1
|