mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'ci/fix_idf_build_apps_manifest' into 'master'
ci: fix chain "or" in examples/peripherals/.build-test-rules.yml See merge request espressif/esp-idf!33816
This commit is contained in:
commit
1c5394de33
@ -129,7 +129,9 @@ examples/peripherals/i2s/i2s_recorder:
|
||||
|
||||
examples/peripherals/isp/multi_pipelines:
|
||||
disable:
|
||||
- if: SOC_MIPI_CSI_SUPPORTED != 1 or SOC_MIPI_DSI_SUPPORTED != 1 or SOC_ISP_SUPPORTED != 1
|
||||
- if: SOC_MIPI_CSI_SUPPORTED != 1
|
||||
- if: SOC_MIPI_DSI_SUPPORTED != 1
|
||||
- if: SOC_ISP_SUPPORTED != 1
|
||||
depends_components:
|
||||
- esp_driver_isp
|
||||
- esp_driver_cam
|
||||
|
Loading…
Reference in New Issue
Block a user