mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-26 18:14:11 +00:00
9 lines
252 B
YAML
9 lines
252 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/unity/test_apps:
|
|
enable:
|
|
- if: IDF_TARGET in["esp32", "linux"]
|
|
reason: need to test on a chip and linux targets
|
|
depends_components:
|
|
- unity
|