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-01-02 09:19:49 -05:00
|
|
|
- if: IDF_TARGET in ["esp32p4", "esp32c5"]
|
2023-08-16 22:45:23 -04:00
|
|
|
temporary: true
|
2024-01-02 09:19:49 -05:00
|
|
|
reason: target esp32p4 and esp32c5 are not supported yet # TODO: IDF-8074, [ESP32C5] IDF-9006
|
2023-08-16 22:45:23 -04:00
|
|
|
|
2022-10-27 06:55:07 -04:00
|
|
|
examples/get-started/hello_world:
|
|
|
|
enable:
|
2023-10-23 22:04:09 -04:00
|
|
|
- if: INCLUDE_DEFAULT == 1 or IDF_TARGET == "linux"
|