File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments