You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Add syntax checks to github workflow
This commit is contained in:
@@ -64,6 +64,11 @@ jobs:
|
||||
run: |
|
||||
./scripts/build_mpos.sh unix dev
|
||||
|
||||
- name: Run tests on unix dev
|
||||
run: |
|
||||
./scripts/tests/check_syntax.sh
|
||||
continue-on-error: true
|
||||
|
||||
- name: Upload built binary as artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
@@ -29,10 +29,15 @@ jobs:
|
||||
xcodebuild -version
|
||||
clang --version
|
||||
|
||||
- name: Build LVGL MicroPython for unix dev
|
||||
- name: Build LVGL MicroPython for macOS dev
|
||||
run: |
|
||||
./scripts/build_mpos.sh macOS dev
|
||||
|
||||
- name: Run tests on macOS dev
|
||||
run: |
|
||||
./scripts/tests/check_syntax.sh
|
||||
continue-on-error: true
|
||||
|
||||
- name: Upload built binary as artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
@@ -41,7 +46,6 @@ jobs:
|
||||
compression-level: 0 # don't zip it
|
||||
retention-days: 7
|
||||
|
||||
|
||||
- name: Build LVGL MicroPython esp32 prod fri3d-2024
|
||||
run: |
|
||||
./scripts/build_mpos.sh esp32 prod fri3d-2024
|
||||
|
||||
Reference in New Issue
Block a user