File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,4 +109,24 @@ jobs:
109109 path : lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC-SPIRAM/MicroPythonOS_esp32_${{ steps.version.outputs.OS_VERSION }}.ota
110110 retention-days : 7
111111
112+ - name : Build LVGL MicroPython esp32s3
113+ run : |
114+ ./scripts/build_mpos.sh esp32s3
115+ mv lvgl_micropython/build/lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin lvgl_micropython/build/MicroPythonOS_esp32s3_${{ steps.version.outputs.OS_VERSION }}.bin
116+ mv lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC_S3-SPIRAM_OCT/micropython.bin lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC_S3-SPIRAM_OCT/MicroPythonOS_esp32s3_${{ steps.version.outputs.OS_VERSION }}.ota
117+
118+ - name : Upload built binary as artifact
119+ uses : actions/upload-artifact@v4
120+ with :
121+ name : MicroPythonOS_esp32_${{ steps.version.outputs.OS_VERSION }}.bin
122+ path : lvgl_micropython/build/MicroPythonOS_esp32s3_${{ steps.version.outputs.OS_VERSION }}.bin
123+ retention-days : 7
124+
125+ - name : Upload built binary as artifact
126+ uses : actions/upload-artifact@v4
127+ with :
128+ name : MicroPythonOS_esp32_${{ steps.version.outputs.OS_VERSION }}.ota
129+ path : lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC_S3-SPIRAM_OCT/MicroPythonOS_esp32s3_${{ steps.version.outputs.OS_VERSION }}.ota
130+ retention-days : 7
131+
112132
You can’t perform that action at this time.
0 commit comments