File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 container : espressif/idf:${{ matrix.idf_ver }}
1919 env :
2020 ESP_USB_MANIFEST : ./esp-usb/.build-test-rules.yml
21- ESP_USB_TEST_APPS : ./esp-usb/device/esp_tinyusb/test_apps
21+ ESP_USB_TINYUSB : ./esp-usb/device/esp_tinyusb
2222 steps :
2323 - uses : actions/checkout@v4
2424 with :
3535 export PEDANTIC_FLAGS="-DIDF_CI_BUILD -Werror -Werror=deprecated-declarations -Werror=unused-variable -Werror=unused-but-set-variable -Werror=unused-function"
3636 export EXTRA_CFLAGS="${PEDANTIC_FLAGS} -Wstrict-prototypes"
3737 export EXTRA_CXXFLAGS="${PEDANTIC_FLAGS}"
38- python .github/ci/override_managed_component.py tinyusb . ${{ env.ESP_USB_TEST_APPS }}/*
39- idf-build-apps find --path ${{ env.ESP_USB_TEST_APPS }}/ --recursive --target esp32s2 --manifest-file ${{ env.ESP_USB_MANIFEST }}
40- idf-build-apps build --path ${{ env.ESP_USB_TEST_APPS }}/ --recursive --target esp32s2 --manifest-file ${{ env.ESP_USB_MANIFEST }}
38+ python .github/ci/override_managed_component.py tinyusb . ${{ env.ESP_USB_TINYUSB }}/*
39+ idf-build-apps find --path ${{ env.ESP_USB_TINYUSB }}/ --recursive --target esp32s2 --manifest-file ${{ env.ESP_USB_MANIFEST }}
40+ idf-build-apps build --path ${{ env.ESP_USB_TINYUSB }}/ --recursive --target esp32s2 --manifest-file ${{ env.ESP_USB_MANIFEST }}
4141 - uses : actions/upload-artifact@v4
4242 with :
4343 name : usb_test_app_bin_${{ matrix.idf_ver }}
You can’t perform that action at this time.
0 commit comments