mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-31 01:56:31 +03:00
Where log is used as depends_components: - components/log/host_test - components/log/test_apps - tools/test_apps/system/log
16 lines
421 B
YAML
16 lines
421 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
tools/test_apps/linux_compatible/generic_build_test:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32", "esp32c3", "linux"]
|
|
depends_components:
|
|
- pthread
|
|
|
|
tools/test_apps/linux_compatible/linux_freertos:
|
|
enable:
|
|
- if: IDF_TARGET == "linux"
|
|
|
|
tools/test_apps/linux_compatible/mock_build_test:
|
|
enable:
|
|
- if: IDF_TARGET == "linux"
|