Files
esp-idf/components/esp_http_client/test_apps/.build-test-rules.yml
T

10 lines
328 B
YAML

# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
components/esp_http_client/test_apps:
disable:
- if: CONFIG_NAME == "client_only_mbedtls" and IDF_TARGET not in ["esp32c3"]
reason: Testing on one target is enough
depends_components:
- *common_components
- esp_http_client