mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
ci: build by esp-idf v5.5
This commit is contained in:
parent
cde8d8e87a
commit
b74f66e2bd
@ -143,7 +143,7 @@ build_esp_sr:
|
|||||||
- .rules:build:test_esp_sr
|
- .rules:build:test_esp_sr
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- IMAGE: [espressif/idf:release-v5.4, espressif/idf:latest]
|
- IMAGE: [espressif/idf:release-v5.4, espressif/idf:release-v5.5]
|
||||||
EXAMPLES_PATH: "test_apps/esp-sr"
|
EXAMPLES_PATH: "test_apps/esp-sr"
|
||||||
|
|
||||||
|
|
||||||
@ -153,7 +153,7 @@ build_esp_tts:
|
|||||||
- .rules:build:test_esp_tts
|
- .rules:build:test_esp_tts
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- IMAGE: [espressif/idf:release-v5.4, espressif/idf:latest]
|
- IMAGE: [espressif/idf:release-v5.4, espressif/idf:release-v5.5]
|
||||||
EXAMPLES_PATH: "test_apps/esp-tts"
|
EXAMPLES_PATH: "test_apps/esp-tts"
|
||||||
|
|
||||||
build_esp32c5:
|
build_esp32c5:
|
||||||
@ -162,7 +162,7 @@ build_esp32c5:
|
|||||||
- .rules:build:test_esp32c5
|
- .rules:build:test_esp32c5
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- IMAGE: [espressif/idf:release-v5.4, espressif/idf:latest]
|
- IMAGE: [espressif/idf:release-v5.4, espressif/idf:release-v5.5]
|
||||||
EXAMPLES_PATH: "test_apps/esp32c5"
|
EXAMPLES_PATH: "test_apps/esp32c5"
|
||||||
|
|
||||||
.test_template: &test_template
|
.test_template: &test_template
|
||||||
@ -344,4 +344,4 @@ push_to_github:
|
|||||||
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
|
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
|
||||||
- git remote remove github &>/dev/null || true
|
- git remote remove github &>/dev/null || true
|
||||||
- git remote add github git@github.com:espressif/esp-sr.git
|
- git remote add github git@github.com:espressif/esp-sr.git
|
||||||
- git push github "${CI_COMMIT_SHA}:refs/heads/${CI_COMMIT_REF_NAME}"
|
- git push github "${CI_COMMIT_SHA}:refs/heads/${CI_COMMIT_REF_NAME}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user