Merge branch 'feat/support_latest_idf' into 'master'

Feat/support latest idf

See merge request speech-recognition-framework/esp-sr!121
This commit is contained in:
Sun Xiang Yu 2024-11-20 12:33:03 +08:00
commit c2a76ff928
11 changed files with 10 additions and 6 deletions

View File

@ -96,6 +96,7 @@ before_script:
stage: build
tags:
- build
image: ${IMAGE}
artifacts:
when: always
paths:
@ -122,17 +123,20 @@ build_esp_sr:
extends:
- .build_test_template
- .rules:build:test_esp_sr
image: espressif/idf:release-v5.3
variables:
EXAMPLES_PATH: "test_apps/esp-sr"
parallel:
matrix:
- IMAGE: [espressif/idf:release-v5.3, espressif/idf:latest]
EXAMPLES_PATH: "test_apps/esp-sr"
build_esp_tts:
extends:
- .build_test_template
- .rules:build:test_esp_tts
image: espressif/idf:release-v5.3
variables:
EXAMPLES_PATH: "test_apps/esp-tts"
parallel:
matrix:
- IMAGE: [espressif/idf:release-v5.3, espressif/idf:latest]
EXAMPLES_PATH: "test_apps/esp-tts"
.test_template: &test_template
image: DOCKER_TARGET_TEST_v5_0_ENV_IMAGE

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.