File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 26
26
run : source tools/ci.sh && ci_esp32_idf_setup
27
27
- name : Install gc9a01_mpy
28
28
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
29
31
- name : Build LOLIN esp32 Boards
30
32
run : source tools/ci_lolin.sh && ci_lolin_build
31
33
- name : Install esp8266 packages
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ function ci_lolin_build {
21
21
make ${MAKEOPTS} -C ports/esp32 BOARD=LOLIN_S3_PRO
22
22
make ${MAKEOPTS} -C ports/esp32 BOARD=LOLIN_S3_MINI
23
23
make ${MAKEOPTS} -C ports/esp32 BOARD=LOLIN_S3_MINI_PRO
24
+ make ${MAKEOPTS} -C ports/esp32 BOARD=LOLIN_XI_C3
24
25
25
26
}
26
27
@@ -33,6 +34,10 @@ function ci_esp8266_build {
33
34
34
35
function ci_gc9a01_mpy_setup {
35
36
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
38
43
}
You can’t perform that action at this time.
0 commit comments