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

Commite0d2c02

Browse files
linux.yml: also build for waveshare 2 inch touch
1 parentccf210d commite0d2c02

File tree

1 file changed

+27
-5
lines changed

1 file changed

+27
-5
lines changed

‎.github/workflows/linux.yml‎

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
name:lvgl_micropy_unix
6767
path:lvgl_micropython/build/lvgl_micropy_unix
68-
retention-days:7# Adjust as needed; artifacts can be downloaded from the workflow run summary
68+
retention-days:7
6969

7070
-name:Build LVGL MicroPython esp32 prod fri3d-2024
7171
run:|
@@ -76,10 +76,9 @@ jobs:
7676
with:
7777
name:MicroPythonOS_fri3d-2024_prod
7878
path:lvgl_micropython/build/lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin
79-
retention-days:7# Adjust as needed; artifacts can be downloaded from the workflow run summary
79+
retention-days:7
8080

81-
82-
-name:Build LVGL MicroPython esp32 prod fri3d-2024
81+
-name:Build LVGL MicroPython esp32 dev fri3d-2024
8382
run:|
8483
./scripts/build_lvgl_micropython.sh esp32 dev fri3d-2024
8584
@@ -88,4 +87,27 @@ jobs:
8887
with:
8988
name:MicroPythonOS_fri3d-2024_dev
9089
path:lvgl_micropython/build/lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin
91-
retention-days:7# Adjust as needed; artifacts can be downloaded from the workflow run summary
90+
retention-days:7
91+
92+
-name:Build LVGL MicroPython esp32 prod waveshare-esp32-s3-touch-lcd-2
93+
run:|
94+
./scripts/build_lvgl_micropython.sh esp32 prod waveshare-esp32-s3-touch-lcd-2
95+
96+
-name:Upload built binary as artifact
97+
uses:actions/upload-artifact@v4
98+
with:
99+
name:MicroPythonOS_waveshare-esp32-s3-touch-lcd-2_prod
100+
path:lvgl_micropython/build/lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin
101+
retention-days:7
102+
103+
104+
-name:Build LVGL MicroPython esp32 dev waveshare-esp32-s3-touch-lcd-2
105+
run:|
106+
./scripts/build_lvgl_micropython.sh esp32 dev waveshare-esp32-s3-touch-lcd-2
107+
108+
-name:Upload built binary as artifact
109+
uses:actions/upload-artifact@v4
110+
with:
111+
name:MicroPythonOS_waveshare-esp32-s3-touch-lcd-2_dev
112+
path:lvgl_micropython/build/lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin
113+
retention-days:7

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp