kopia lustrzana https://github.com/espressif/esp-idf
20 wiersze
579 B
YAML
20 wiersze
579 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/mqtt/test_apps:
|
|
disable:
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3"]
|
|
reason: component test apps, needn't build all targets (chosen two, one for each architecture)
|
|
disable_test:
|
|
- if: IDF_TARGET != "esp32"
|
|
temporary: false
|
|
reason: Only esp32 target has ethernet runners
|
|
depends_components:
|
|
- mqtt
|
|
- tcp_transport
|
|
- app_update
|
|
- esp_eth
|
|
- esp_netif
|
|
- esp_event
|
|
depends_filepatterns:
|
|
- components/mqtt/test_apps/common/**/*
|