Files
esp-idf/examples/phy/.build-test-rules.yml

15 lines
514 B
YAML
Raw Normal View History

2023-01-31 17:23:22 +08:00
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
examples/phy/antenna:
disable:
- if: IDF_TARGET == "esp32c5"
temporary: true
reason: not supported yet # TODO: [ESP32C5] IDF-8851
- if: IDF_TARGET in ["esp32p4", "esp32h2"]
reason: not supported
2023-01-31 17:23:22 +08:00
examples/phy/cert_test:
enable:
2023-12-18 16:09:14 +08:00
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32s2", "esp32s3"]
2023-01-31 17:23:22 +08:00
temporary: true
reason: the other targets are not tested yet