mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
12 lines
321 B
YAML
12 lines
321 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
examples/get-started/blink:
|
|
disable:
|
|
- if: IDF_TARGET == "esp32p4"
|
|
temporary: true
|
|
reason: target esp32p4 is not supported yet # TODO: IDF-8074
|
|
|
|
examples/get-started/hello_world:
|
|
enable:
|
|
- if: INCLUDE_DEFAULT == 1
|