|
65 | 65 | with: |
66 | 66 | name: lvgl_micropy_unix |
67 | 67 | 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 |
69 | 69 |
|
70 | 70 | - name: Build LVGL MicroPython esp32 prod fri3d-2024 |
71 | 71 | run: | |
|
76 | 76 | with: |
77 | 77 | name: MicroPythonOS_fri3d-2024_prod |
78 | 78 | 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 |
80 | 80 |
|
81 | | - |
82 | | - - name: Build LVGL MicroPython esp32 prod fri3d-2024 |
| 81 | + - name: Build LVGL MicroPython esp32 dev fri3d-2024 |
83 | 82 | run: | |
84 | 83 | ./scripts/build_lvgl_micropython.sh esp32 dev fri3d-2024 |
85 | 84 |
|
|
88 | 87 | with: |
89 | 88 | name: MicroPythonOS_fri3d-2024_dev |
90 | 89 | 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