mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
tools/Dockerfile: Added the python certification tests Dockerfile changes
This commit is contained in:
committed by
WanqQixiang
parent
22f0648cb9
commit
f87ba0a497
@@ -59,6 +59,8 @@ RUN set -x \
|
||||
&& git checkout FETCH_HEAD \
|
||||
&& ./scripts/checkout_submodules.py --platform esp32 linux --shallow \
|
||||
&& bash -c "source scripts/bootstrap.sh" \
|
||||
&& ./scripts/build_python.sh --enable_ble true --chip_detail_logging true -i out/py-env \
|
||||
&& bash -c "source out/py-env/bin/activate" \
|
||||
&& ./scripts/examples/gn_build_example.sh examples/chip-tool out/host \
|
||||
&& : # last line
|
||||
|
||||
|
||||
Reference in New Issue
Block a user