2022-07-12 22:34:02 -04:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
components/esp_eth/test_apps:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "esp32"
|
|
|
|
reason: only test on esp32
|
2023-10-09 05:47:32 -04:00
|
|
|
depends_components:
|
|
|
|
- esp_eth
|