2022-10-27 18:55:07 +08:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
2023-08-17 10:45:23 +08:00
|
|
|
examples/get-started/blink:
|
|
|
|
disable:
|
2024-02-04 18:46:12 +08:00
|
|
|
- if: SOC_GPSPI_SUPPORTED != 1 and SOC_RMT_SUPPORTED != 1 # The blink example relies on the RMT or GPSPI to drive the led strip
|
|
|
|
depends_components:
|
|
|
|
- esp_driver_gpio
|
|
|
|
- esp_driver_spi
|
|
|
|
- esp_driver_rmt
|
2023-08-17 10:45:23 +08:00
|
|
|
|
2022-10-27 18:55:07 +08:00
|
|
|
examples/get-started/hello_world:
|
|
|
|
enable:
|
2024-03-13 14:24:43 +08:00
|
|
|
- if: INCLUDE_DEFAULT == 1 or IDF_TARGET in ["linux", "esp32c5", "esp32c61"]
|