mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
16 lines
417 B
YAML
16 lines
417 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:
|
|
- log
|
|
|
|
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"
|