feat: 开启 host LVGL 本地资源能力 #9
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: host-macos-package | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| build-host-macos-package: | |
| runs-on: macos-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Install SDL2 | |
| run: brew install sdl2 | |
| - name: Build LVGL package | |
| run: ./scripts/build_host_macos.sh | |
| - name: Verify LVGL package | |
| run: ./scripts/verify_package.sh |