mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
17 lines
446 B
YAML
17 lines
446 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:
|
|
- *common_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"
|