Skip to content

Commit

Permalink
Update build config to include IDFv5.2 and remove IDFv4.3 (EOL) (#624)
Browse files Browse the repository at this point in the history
* Update build config to include IDFv5.2 and remove IDFv4.3 (EOL)

* Update build.yml
  • Loading branch information
me-no-dev authored Jan 22, 2024
1 parent 8df17f7 commit 8ee9c75
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
idf_ver: ["release-v4.3"]
idf_target: ["esp32", "esp32s2"]
container: espressif/idf:${{ matrix.idf_ver }}
steps:
- uses: actions/checkout@v1
with:
submodules: 'true'
- name: esp-idf build
env:
IDF_TARGET: ${{ matrix.idf_target }}
shell: bash
working-directory: examples/camera_example
run: |
. ${IDF_PATH}/export.sh
idf.py build
build-examples-pedantic:
name: Build for ${{ matrix.idf_target }} on ${{ matrix.idf_ver }}
runs-on: ubuntu-latest
strategy:
matrix:
idf_ver: ["release-v4.4", "release-v5.0", "release-v5.1", "latest"]
idf_ver: ["release-v4.4", "release-v5.0", "release-v5.1", "release-v5.2", "latest"]
idf_target: ["esp32", "esp32s2", "esp32s3", "esp32c2", "esp32c3"]
exclude:
- idf_ver: "release-v4.4"
Expand Down

0 comments on commit 8ee9c75

Please sign in to comment.