You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Build with SDL_LOADSO=OFF
This commit is contained in:
@@ -70,6 +70,14 @@ jobs:
|
||||
- name: Build LVGL MicroPython for unix
|
||||
run: |
|
||||
./scripts/build_mpos.sh unix
|
||||
mv lvgl_micropython/build/lvgl_micropy_unix lvgl_micropython/build/MicroPythonOS_amd64_linux_${{ steps.version.outputs.OS_VERSION }}.elf
|
||||
|
||||
- name: Upload built binary as artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: MicroPythonOS_amd64_linux_${{ steps.version.outputs.OS_VERSION }}.elf
|
||||
path: lvgl_micropython/build/MicroPythonOS_amd64_linux_${{ steps.version.outputs.OS_VERSION }}.elf
|
||||
retention-days: 7
|
||||
|
||||
- name: Run syntax tests on unix
|
||||
run: |
|
||||
@@ -79,16 +87,8 @@ jobs:
|
||||
- name: Run unit tests on unix
|
||||
run: |
|
||||
./tests/unittest.sh
|
||||
mv lvgl_micropython/build/lvgl_micropy_unix lvgl_micropython/build/MicroPythonOS_amd64_linux_${{ steps.version.outputs.OS_VERSION }}.elf
|
||||
continue-on-error: true
|
||||
|
||||
- name: Upload built binary as artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: MicroPythonOS_amd64_linux_${{ steps.version.outputs.OS_VERSION }}.elf
|
||||
path: lvgl_micropython/build/MicroPythonOS_amd64_linux_${{ steps.version.outputs.OS_VERSION }}.elf
|
||||
retention-days: 7
|
||||
|
||||
- name: Build LVGL MicroPython esp32
|
||||
run: |
|
||||
./scripts/build_mpos.sh esp32
|
||||
|
||||
@@ -202,7 +202,7 @@ PY
|
||||
STRIP= \
|
||||
DISPLAY=sdl_display \
|
||||
INDEV=sdl_pointer \
|
||||
SDL_FLAGS="-DSDL_OPENGL=OFF -DSDL_OPENGLES=OFF -DSDL_VULKAN=OFF -DSDL_KMSDRM=OFF -DSDL_IBUS=OFF -DSDL_DBUS=OFF" \
|
||||
SDL_FLAGS="-DSDL_OPENGL=OFF -DSDL_OPENGLES=OFF -DSDL_VULKAN=OFF -DSDL_KMSDRM=OFF -DSDL_IBUS=OFF -DSDL_DBUS=OFF SDL_LOADSO=OFF" \
|
||||
"$frozenmanifest"
|
||||
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user