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

12 lines
332 B
YAML
Raw Normal View History

2023-01-31 04:23:22 -05:00
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
examples/phy/antenna:
disable:
- if: IDF_TARGET == "esp32p4"
reason: not supported
2023-01-31 04:23:22 -05:00
examples/phy/cert_test:
enable:
- if: IDF_TARGET in ["esp32c3", "esp32s3"]
temporary: true
reason: the other targets are not tested yet