mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
11 lines
310 B
YAML
11 lines
310 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/esp_ringbuf/test_apps:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32", "esp32c3", "esp32s2", "linux"]
|
|
reason: covers all target types
|
|
depends_components:
|
|
- *common_components
|
|
- freertos
|
|
- esp_ringbuf
|