esp-idf/examples/get-started/.build-test-rules.yml

12 wiersze
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