Skip to content

Commit 50c8864

Browse files
committed
autobuild for LOLIN XI C3
1 parent cd7a2ca commit 50c8864

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/ports_esp32_lolin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
run: source tools/ci.sh && ci_esp32_idf_setup
2727
- name: Install gc9a01_mpy
2828
run: source tools/ci_lolin.sh && ci_gc9a01_mpy_setup
29+
- name: Install st7789_mpy
30+
run: source tools/ci_lolin.sh && ci_st7789_mpy_setup
2931
- name: Build LOLIN esp32 Boards
3032
run: source tools/ci_lolin.sh && ci_lolin_build
3133
- name: Install esp8266 packages

tools/ci_lolin.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ function ci_lolin_build {
2121
make ${MAKEOPTS} -C ports/esp32 BOARD=LOLIN_S3_PRO
2222
make ${MAKEOPTS} -C ports/esp32 BOARD=LOLIN_S3_MINI
2323
make ${MAKEOPTS} -C ports/esp32 BOARD=LOLIN_S3_MINI_PRO
24+
make ${MAKEOPTS} -C ports/esp32 BOARD=LOLIN_XI_C3
2425

2526
}
2627

@@ -33,6 +34,10 @@ function ci_esp8266_build {
3334

3435
function ci_gc9a01_mpy_setup {
3536
git clone https://github.com/wemos/gc9a01_mpy.git ../gc9a01_mpy
36-
find ~/ -name "gc9a01*"
37-
find ~/ -name "micropython"
37+
# find ~/ -name "gc9a01*"
38+
# find ~/ -name "micropython"
39+
}
40+
41+
function ci_st7789_mpy_setup {
42+
git clone https://github.com/wemos/st7789_mpy.git ../st7789_mpy
3843
}

0 commit comments

Comments
 (0)