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 906af8d commit 4b481c9
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions .github/workflows/build_iot_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,11 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Configure ESP framework
shell: bash
run: |
. ${IDF_PATH}/export.sh
- name: Clone ESP IoT Solution repository
shell: bash
run: |
git clone https://github.com/espressif/esp-iot-solution.git
echo ${IDF_PATH}
ls
- name: Update component dependencies to local component
shell: bash
run: |
echo ${IDF_PATH}
# pip install idf-component-manager==1.5.2 idf-build-apps --upgrade
# python .github/ci/override_managed_component.py tinyusb . ${IDF_PATH}/examples/peripherals/usb/device/tusb_*
- name: Build ESP IoT Solution USB Device examples
shell: bash
run: |
idf-build-apps find --path esp-iot-solution/examples/usb/device/ --recursive --target all --manifest-file examples/peripherals/.build-test-rules.yml
idf-build-apps build --path esp-iot-solution/examples/usb/device/ --recursive --target all --manifest-file examples/peripherals/.build-test-rules.yml
. ${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/peripherals/.build-test-rules.yml
idf-build-apps build --path esp-iot-solution/examples/usb/device/ --recursive --target all --manifest-file examples/peripherals/.build-test-rules.yml

0 comments on commit 4b481c9

Please sign in to comment.