Skip to content

Commit

Permalink
test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
espzav committed Mar 12, 2024
1 parent b9d0212 commit c4bb0ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ jobs:
shell: bash
env:
extra_arguments: "${{ matrix.idf_ver == 'latest' && '--default-build-targets esp32 esp32s2 esp32s3 esp32c2 esp32c3 esp32c5 esp32c6 esp32h2 esp32p4' || '' }}"
path: |
${GITHUB_WORKSPACE}/examples/
${GITHUB_WORKSPACE}/components/*/examples/
run: |
export IDF_EXTRA_ACTIONS_PATH=${GITHUB_WORKSPACE}/${{path}}
. ${IDF_PATH}/export.sh
pip install idf-component-manager ruamel.yaml idf-build-apps --upgrade
echo idf-build-apps extra arguments: ${{ env.extra_arguments }}
Expand All @@ -46,6 +50,3 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: example_binaries_${{ matrix.idf_ver }}
path: |
${GITHUB_WORKSPACE}/examples/
${GITHUB_WORKSPACE}/components/*/examples/
2 changes: 1 addition & 1 deletion .idf_build_apps.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
target = "all"
paths = "examples"
paths = "."
recursive = true
manifest_file = ".build-test-rules.yml"
check_warnings = true
Expand Down

0 comments on commit c4bb0ec

Please sign in to comment.