Skip to content

Commit

Permalink
chore: Changed build_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-marcisovsky committed Feb 19, 2024
1 parent 4b82c68 commit a223967
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .build-test-rules.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#device/esp_tinyusb/test_app:
# enable:
# - if: IDF_TARGET in ["esp32s2", "esp32s3"]

host/class/cdc/usb_host_cdc_acm/test_app:
enable:
- if: IDF_TARGET in ["esp32s2", "esp32s3"]
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build_and_run_test_app_usb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
with:
name: usb_test_app_bin_${{ matrix.idf_ver }}
path: |
host/class/**/**/test_app/build_esp*/bootloader/bootloader.bin
host/class/**/**/test_app/build_esp*/partition_table/partition-table.bin
host/class/**/**/test_app/build_esp*/usb_test_app.bin
host/class/**/**/test_app/build_esp*/usb_test_app.elf
host/class/**/**/test_app/build_esp*/flasher_args.json
build_esp*/bootloader/bootloader.bin
build_esp*/partition_table/partition-table.bin
build_esp*/usb_test_app.bin
build_esp*/usb_test_app.elf
build_esp*/flasher_args.json
run-target:
name: Run USB Test App on target
Expand Down
3 changes: 2 additions & 1 deletion .idf_build_apps.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
target = "all"
paths = [
# "device/esp_tinyusb/test_app",
"host/class/cdc/usb_host_cdc_acm/test_app",
"host/class/hid/usb_host_hid/test_app",
"host/class/msc/usb_host_msc/test_app",
Expand All @@ -10,4 +11,4 @@ manifest_file = ".build-test-rules.yml"
check_warnings = true

# build related options
build_dir = "build_@t"
build_dir = "../../../../../build_@t"

0 comments on commit a223967

Please sign in to comment.