mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
ci: Allow building docker image if setup related files are changed
This commit is contained in:
@@ -365,6 +365,8 @@ build_esp_matter_examples_pytest_C3_idf_v4_4:
|
||||
expire_in: 4 days
|
||||
script:
|
||||
- cd ${ESP_MATTER_PATH}
|
||||
# idf v4.4 requires jinja < 3.1 so lets install the dependencies for idf v4.4
|
||||
- pip install -r requirements_idf_v4.4.txt
|
||||
- pip install -r tools/ci/requirements-build.txt
|
||||
- python tools/ci/build_apps.py ./examples --pytest_c3
|
||||
variables:
|
||||
|
||||
@@ -54,6 +54,6 @@ RUN set -x \
|
||||
&& ./scripts/examples/gn_build_example.sh examples/chip-tool out/host \
|
||||
&& : # last line
|
||||
|
||||
COPY entrypoint.sh /opt/espressif//entrypoint.sh
|
||||
COPY entrypoint.sh /opt/espressif/entrypoint.sh
|
||||
ENTRYPOINT [ "/opt/espressif/entrypoint.sh" ]
|
||||
CMD [ "/bin/bash" ]
|
||||
|
||||
Reference in New Issue
Block a user