File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4040 export EXTRA_CXXFLAGS="${PEDANTIC_FLAGS}"
4141 python .github/ci/override_managed_component.py tinyusb . ${{ env.ESP_TINYUSB_TEST_APPS }}/*/
4242 idf-build-apps find --paths ${{ env.ESP_TINYUSB_TEST_APPS }}/ --recursive --target all --manifest-files ${{ env.ESP_USB_MANIFEST }} --manifest-rootpath ${{ env.ESP_USB_PATH }} --build-dir "build_@t_@w"
43- idf-build-apps build --paths ${{ env.ESP_TINYUSB_TEST_APPS }}/ --recursive --target all --manifest-files ${{ env.ESP_USB_MANIFEST }} --manifest-rootpath ${{ env.ESP_USB_PATH }} --build-dir "build_@t_@w"
43+ # idf-build-apps build --paths ${{ env.ESP_TINYUSB_TEST_APPS }}/ --recursive --target all --manifest-files ${{ env.ESP_USB_MANIFEST }} --manifest-rootpath ${{ env.ESP_USB_PATH }} --build-dir "build_@t_@w"
4444 - uses : actions/upload-artifact@v4
4545 with :
4646 name : usb_test_app_bin_${{ matrix.idf_ver }}
Original file line number Diff line number Diff line change 3131 export MANIFEST_FILE="${IDF_PATH}/examples/network/.build-test-rules.yml"
3232 python .github/ci/override_managed_component.py tinyusb . ${EXAMPLES_PATH}
3333 idf-build-apps find --paths ${EXAMPLES_PATH}/ --target esp32s2 --manifest-files ${MANIFEST_FILE} --manifest-rootpath ${IDF_PATH}
34- idf-build-apps build --paths ${EXAMPLES_PATH}/ --target esp32s2 --manifest-files ${MANIFEST_FILE} --manifest-rootpath ${IDF_PATH}
34+ # idf-build-apps build --paths ${EXAMPLES_PATH}/ --target esp32s2 --manifest-files ${MANIFEST_FILE} --manifest-rootpath ${IDF_PATH}
3535 - name : Build USB Device examples
3636 shell : bash
3737 run : |
4040 python .github/ci/override_managed_component.py tinyusb . ${IDF_PATH}/examples/peripherals/usb/device/tusb_*
4141 cd ${IDF_PATH}
4242 idf-build-apps find --config-file ${CONFIG_PATH} --manifest-files ${MANIFEST_FILE}
43- idf-build-apps build --config-file ${CONFIG_PATH} --manifest-files ${MANIFEST_FILE}
43+ # idf-build-apps build --config-file ${CONFIG_PATH} --manifest-files ${MANIFEST_FILE}
4444 - uses : actions/upload-artifact@v4
4545 with :
4646 # We upload only the USB Device example binaries to run them on the target
You can’t perform that action at this time.
0 commit comments