Skip to content

Commit 156b905

Browse files
committed
ci(esp_tinyusb): Verify python scrip
1 parent b34ba3d commit 156b905

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build_and_run_idf_examples.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,10 @@ jobs:
2323
run: |
2424
. ${IDF_PATH}/export.sh
2525
pip install idf-component-manager==1.5.2 idf-build-apps==2.4.3 --upgrade
26-
export PEDANTIC_FLAGS="-DIDF_CI_BUILD -Werror -Werror=deprecated-declarations -Werror=unused-variable -Werror=unused-but-set-variable -Werror=unused-function"
27-
export EXTRA_CFLAGS="${PEDANTIC_FLAGS} -Wstrict-prototypes"
28-
export EXTRA_CXXFLAGS="${PEDANTIC_FLAGS}"
2926
set EXAMPLES_PATH="${IDF_PATH}/examples/peripherals/usb/device"
3027
set MANIFEST_FILE="${IDF_PATH}/examples/peripherals/.build-test-rules.yml"
3128
echo ${EXAMPLES_PATH}
3229
python .github/ci/override_managed_component.py tinyusb . ${EXAMPLES_PATH}/tusb_*
33-
# idf-build-apps find --path ${EXAMPLES_PATH} --recursive --target esp32s2 --manifest-file ${MANIFEST_FILE} --build-dir build_@t_@w --work-dir @f_@t_@w
34-
# idf-build-apps build --path ${EXAMPLES_PATH} --recursive --target esp32s2 --manifest-file ${MANIFEST_FILE} --build-dir build_@t_@w --work-dir @f_@t_@w
3530
- uses: actions/upload-artifact@v4
3631
with:
3732
name: usb_device_tusb_apps_bin_${{ matrix.idf_ver }}

0 commit comments

Comments
 (0)