Skip to content

Commit

Permalink
chore: Changed build-apps to use wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-marcisovsky committed Feb 20, 2024
1 parent a223967 commit c540b3b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_run_test_app_usb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ 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}"
idf-build-apps find
idf-build-apps build
idf-build-apps find --config "sdkconfig.defaults.*"
idf-build-apps build --config "sdkconfig.defaults.*"
- uses: actions/upload-artifact@v2
with:
name: usb_test_app_bin_${{ matrix.idf_ver }}
Expand Down
2 changes: 1 addition & 1 deletion .idf_build_apps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ manifest_file = ".build-test-rules.yml"
check_warnings = true

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

0 comments on commit c540b3b

Please sign in to comment.