Skip to content

Commit

Permalink
feature(CI): Added esp_io_solution repo clone and examples build to w…
Browse files Browse the repository at this point in the history
…orkflow
  • Loading branch information
roma-jam committed Nov 5, 2024
1 parent 961e8b1 commit bbb98ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_iot_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
. ${IDF_PATH}/export.sh
git clone https://github.com/espressif/esp-iot-solution.git
pip install idf-component-manager==1.5.2 idf-build-apps --upgrade
idf-build-apps find --path esp-iot-solution/examples/usb/device/ --recursive --target all --manifest-file examples/.build-rules.yml
idf-build-apps build --path esp-iot-solution/examples/usb/device/ --recursive --target all --manifest-file examples/.build-rules.yml
idf-build-apps find --path esp-iot-solution/examples/usb/device/ --recursive --target all --manifest-file esp-iot-solution/examples/.build-rules.yml
idf-build-apps build --path esp-iot-solution/examples/usb/device/ --recursive --target all --manifest-file esp-iot-solution/examples/.build-rules.yml

0 comments on commit bbb98ac

Please sign in to comment.