Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite79fd5f

Browse files
macos.yml: also build for ESP32
1 parente0d2c02 commite79fd5f

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

‎.github/workflows/macos.yml‎

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,49 @@ jobs:
3333
name:lvgl_micropy_macOS
3434
path:lvgl_micropython/build/lvgl_micropy_macOS
3535
retention-days:7
36+
37+
38+
-name:Build LVGL MicroPython esp32 prod fri3d-2024
39+
run:|
40+
./scripts/build_lvgl_micropython.sh esp32 prod fri3d-2024
41+
42+
-name:Upload built binary as artifact
43+
uses:actions/upload-artifact@v4
44+
with:
45+
name:MicroPythonOS_fri3d-2024_prod
46+
path:lvgl_micropython/build/lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin
47+
retention-days:7
48+
49+
-name:Build LVGL MicroPython esp32 dev fri3d-2024
50+
run:|
51+
./scripts/build_lvgl_micropython.sh esp32 dev fri3d-2024
52+
53+
-name:Upload built binary as artifact
54+
uses:actions/upload-artifact@v4
55+
with:
56+
name:MicroPythonOS_fri3d-2024_dev
57+
path:lvgl_micropython/build/lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin
58+
retention-days:7
59+
60+
61+
-name:Build LVGL MicroPython esp32 prod waveshare-esp32-s3-touch-lcd-2
62+
run:|
63+
./scripts/build_lvgl_micropython.sh esp32 prod waveshare-esp32-s3-touch-lcd-2
64+
65+
-name:Upload built binary as artifact
66+
uses:actions/upload-artifact@v4
67+
with:
68+
name:MicroPythonOS_waveshare-esp32-s3-touch-lcd-2_prod
69+
path:lvgl_micropython/build/lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin
70+
retention-days:7
71+
72+
-name:Build LVGL MicroPython esp32 dev waveshare-esp32-s3-touch-lcd-2
73+
run:|
74+
./scripts/build_lvgl_micropython.sh esp32 dev waveshare-esp32-s3-touch-lcd-2
75+
76+
-name:Upload built binary as artifact
77+
uses:actions/upload-artifact@v4
78+
with:
79+
name:MicroPythonOS_waveshare-esp32-s3-touch-lcd-2_dev
80+
path:lvgl_micropython/build/lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin
81+
retention-days:7

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp