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

11 lines
343 B
YAML
Raw Normal View History

# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
2023-01-10 00:59:46 -05:00
examples/get-started/blink:
disable:
- if: IDF_TARGET == "esp32h2" # RMT support IDF-6224
reason: RMT has not been supported
examples/get-started/hello_world:
enable:
2023-01-10 00:59:46 -05:00
- if: INCLUDE_DEFAULT == 1 or IDF_TARGET in ["esp32h4"] # preview targets