mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
14 lines
439 B
YAML
14 lines
439 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
tools/test_apps/protocols/esp_netif/build_config:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32", "esp32c2"]
|
|
temporary: false
|
|
reason: No need to test on all targets
|
|
|
|
tools/test_apps/protocols/netif_components:
|
|
enable:
|
|
- if: IDF_TARGET == "esp32"
|
|
temporary: true
|
|
reason: one target is enough to verify netif component dependencies
|