Files
esp-idf/examples/zigbee/.build-test-rules.yml
xieqinan@espressif.com 60c50d101b feat(zigbee): Upgrade the Zigbee lib to v1.6 for Zigbee examples
- Optimize the Zigbee light, switch and gateway examples
- Remove the esp_zigbee_rcp example
2024-11-07 10:45:12 +08:00

13 lines
385 B
YAML

# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
examples/zigbee/esp_zigbee_gateway:
disable:
- if: IDF_TARGET in ["esp32c2", "esp32h2"]
temporary: true
reason: target(s) not supported yet
examples/zigbee/light_sample:
enable:
- if: IDF_TARGET in ["esp32c6", "esp32h2"]
reason: should able to run on esp32h2 and esp32c6