Skip to content

Commit

Permalink
ci(tinyusb): Try to build vendor test app
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-jam committed Dec 6, 2024
1 parent 3f85dbd commit 19a8a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_run_esp_usb_test_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
export PEDANTIC_FLAGS="-DIDF_CI_BUILD -Werror -Werror=deprecated-declarations -Werror=unused-variable -Werror=unused-but-set-variable -Werror=unused-function"
export EXTRA_CFLAGS="${PEDANTIC_FLAGS} -Wstrict-prototypes"
export EXTRA_CXXFLAGS="${PEDANTIC_FLAGS}"
python .github/ci/override_managed_component.py tinyusb . ${{ env.ESP_TINYUSB }}/test_apps/*
python .github/ci/override_managed_component.py tinyusb . ${{ env.ESP_TINYUSB }}/test_apps/*/
idf-build-apps find --path ${{ env.ESP_TINYUSB }}/ --recursive --target esp32s2 --manifest-file ${{ env.ESP_USB_MANIFEST }}
idf-build-apps build --path ${{ env.ESP_TINYUSB }}/ --recursive --target esp32s2 --manifest-file ${{ env.ESP_USB_MANIFEST }}
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 19a8a60

Please sign in to comment.