Skip to content

Commit f512f5c

Browse files
committed
feature(CI): Changed the name of docker, as we need to use idf
1 parent a8cc409 commit f512f5c

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed
Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build ESP IoT Solution examples
1+
name: Build ESP IoT Solution USB Device examples
22

33
on:
44
schedule:
@@ -10,21 +10,20 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13+
#idf_ver: ["release-v5.0", "release-v5.1", "release-v5.2", "release-v5.3", "release-v5.4", "latest"]
1314
idf_ver: ["latest"]
1415
runs-on: ubuntu-20.04
15-
container: espressif/iot-solution:${{ matrix.idf_ver }}
16+
container: espressif/idf:${{ matrix.idf_ver }}
1617
steps:
1718
- uses: actions/checkout@v4
1819
with:
1920
submodules: 'true'
20-
- name: Build ESP IOT Solution examples
21+
- name: Build ESP IoT Solution USB Device examples
2122
shell: bash
2223
run: |
23-
echo ${IDF_PATH}
24-
# run: |
25-
# . ${IDF_PATH}/export.sh
26-
# pip install idf-component-manager==1.5.2 idf-build-apps --upgrade
27-
# python .github/ci/override_managed_component.py tinyusb . ${IDF_PATH}/examples/peripherals/usb/device/tusb_*
28-
# cd ${IDF_PATH}
29-
# idf-build-apps find --path examples/peripherals/usb/device/ --recursive --target all --manifest-file examples/peripherals/.build-test-rules.yml
30-
# idf-build-apps build --path examples/peripherals/usb/device/ --recursive --target all --manifest-file examples/peripherals/.build-test-rules.yml
24+
. ${IDF_PATH}/export.sh
25+
# pip install idf-component-manager==1.5.2 idf-build-apps --upgrade
26+
# python .github/ci/override_managed_component.py tinyusb . ${IDF_PATH}/examples/peripherals/usb/device/tusb_*
27+
# cd ${IDF_PATH}
28+
# idf-build-apps find --path examples/peripherals/usb/device/ --recursive --target all --manifest-file examples/peripherals/.build-test-rules.yml
29+
# idf-build-apps build --path examples/peripherals/usb/device/ --recursive --target all --manifest-file examples/peripherals/.build-test-rules.yml

0 commit comments

Comments
 (0)