Skip to content

Commit 4b481c9

Browse files
committed
feature(CI): Added esp_io_solution repo clone and examples build to workflow
1 parent 906af8d commit 4b481c9

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

.github/workflows/build_iot_examples.yml

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,11 @@ jobs:
1818
- uses: actions/checkout@v4
1919
with:
2020
submodules: 'true'
21-
- name: Configure ESP framework
22-
shell: bash
23-
run: |
24-
. ${IDF_PATH}/export.sh
25-
- name: Clone ESP IoT Solution repository
26-
shell: bash
27-
run: |
28-
git clone https://github.com/espressif/esp-iot-solution.git
29-
echo ${IDF_PATH}
30-
ls
31-
- name: Update component dependencies to local component
32-
shell: bash
33-
run: |
34-
echo ${IDF_PATH}
35-
# pip install idf-component-manager==1.5.2 idf-build-apps --upgrade
36-
# python .github/ci/override_managed_component.py tinyusb . ${IDF_PATH}/examples/peripherals/usb/device/tusb_*
3721
- name: Build ESP IoT Solution USB Device examples
3822
shell: bash
3923
run: |
40-
idf-build-apps find --path esp-iot-solution/examples/usb/device/ --recursive --target all --manifest-file examples/peripherals/.build-test-rules.yml
41-
idf-build-apps build --path esp-iot-solution/examples/usb/device/ --recursive --target all --manifest-file examples/peripherals/.build-test-rules.yml
24+
. ${IDF_PATH}/export.sh
25+
git clone https://github.com/espressif/esp-iot-solution.git
26+
pip install idf-component-manager==1.5.2 idf-build-apps --upgrade
27+
idf-build-apps find --path esp-iot-solution/examples/usb/device/ --recursive --target all --manifest-file examples/peripherals/.build-test-rules.yml
28+
idf-build-apps build --path esp-iot-solution/examples/usb/device/ --recursive --target all --manifest-file examples/peripherals/.build-test-rules.yml

0 commit comments

Comments
 (0)