File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
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_TINYUSB : ./esp-usb/device/esp_tinyusb
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_TINYUSB }}/*
38+ python .github/ci/override_managed_component.py tinyusb . ${{ env.ESP_USB_TINYUSB }}/test_ *
3939 idf-build-apps find --path ${{ env.ESP_USB_TINYUSB }}/ --recursive --target esp32s2 --manifest-file ${{ env.ESP_USB_MANIFEST }}
4040 idf-build-apps build --path ${{ env.ESP_USB_TINYUSB }}/ --recursive --target esp32s2 --manifest-file ${{ env.ESP_USB_MANIFEST }}
4141 - uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments