Skip to content

Commit

Permalink
Merge branch 'feature/add_release_5.3_to_CI' into 'master'
Browse files Browse the repository at this point in the history
Add tests to the CI for IDF release 5.3

See merge request idf/esp-dsp!119
  • Loading branch information
dmitry1945 committed May 8, 2024
2 parents 3d04500 + d3d5c21 commit 7b90096
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@ build_idf_v5.0:
# GNU Make based build system is not supported starting from IDF v5.0
SKIP_GNU_MAKE_BUILD: 1

build_idf_v5.3:
extends: .build_template
image: espressif/idf:release-v5.3
variables:
EXAMPLE_TARGETS: "esp32 esp32s2 esp32s3 esp32c3 esp32c2"
TEST_TARGETS: "esp32 esp32s3"
# GNU Make based build system is not supported starting from IDF v5.0
SKIP_GNU_MAKE_BUILD: 1

build_idf_latest:
extends: .build_template
image: espressif/idf:latest
Expand Down
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
- ci: add pre-commit hooks

### Changed
- dock: list of supported targets updated

### Removed

## [1.4.13] 2024-05-08

### Added
- ci: add tests for IDF release 5.3

## [1.4.12] 2024-03-21

### Added
- ci: add pre-commit hooks

### Changed
- dock: list of supported targets updated

## [1.4.11] 2024-02-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "1.4.12"
version: "1.4.13"

description: ESP-DSP is the official DSP library for Espressif SoCs.
url: https://github.com/espressif/esp-dsp
Expand Down

0 comments on commit 7b90096

Please sign in to comment.