2022-07-12 22:34:02 -04:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
2022-10-27 06:55:07 -04:00
|
|
|
components/esp_lcd/test_apps/i2c_lcd:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32c6"
|
|
|
|
temporary: true
|
|
|
|
reason: target esp32c6 is not supported yet
|
|
|
|
|
2022-07-12 22:34:02 -04:00
|
|
|
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
|
2022-10-27 06:55:07 -04:00
|
|
|
|
|
|
|
components/esp_lcd/test_apps/spi_lcd:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32c6"
|
|
|
|
temporary: true
|
|
|
|
reason: target esp32c6 is not supported yet
|