2022-10-27 06:55:07 -04:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
2023-08-16 22:45:23 -04:00
|
|
|
examples/get-started/blink:
|
|
|
|
disable:
|
2024-02-04 05:46:12 -05: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-16 22:45:23 -04:00
|
|
|
|
2022-10-27 06:55:07 -04:00
|
|
|
examples/get-started/hello_world:
|
|
|
|
enable:
|
2024-01-29 05:17:26 -05:00
|
|
|
- if: INCLUDE_DEFAULT == 1 or IDF_TARGET in ["linux", "esp32c5"]
|