Skip to content

Commit 96162df

Browse files
authored
Merge pull request lvgl#83 from liamHowatt/lv-idf-522
feat(ci): add idf v5.2.2 setup function to ci.sh
2 parents 81d3c12 + c57cd16 commit 96162df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/ci.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ function ci_esp32_idf44_setup {
133133
ci_esp32_setup_helper v4.4
134134
}
135135

136+
function ci_esp32_idf522_setup {
137+
ci_esp32_setup_helper v5.2.2
138+
}
139+
136140
function ci_esp32_build {
137141
source esp-idf/export.sh
138142
make ${MAKEOPTS} -C mpy-cross

0 commit comments

Comments
 (0)