mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
add test for macos
This commit is contained in:
parent
973a1d2945
commit
2a7fde2640
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -68,6 +68,10 @@ jobs:
|
|||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- name: Compile and Test
|
||||||
|
run: |
|
||||||
|
bash build.sh
|
||||||
|
python3 scripts/run_tests.py
|
||||||
- run: |
|
- run: |
|
||||||
python3 amalgamate.py
|
python3 amalgamate.py
|
||||||
cd plugins/macos/pocketpy
|
cd plugins/macos/pocketpy
|
||||||
@ -107,4 +111,4 @@ jobs:
|
|||||||
rm -rf tmp
|
rm -rf tmp
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: plugins/flutter/example/build/app/outputs/flutter-apk/output
|
path: plugins/flutter/example/build/app/outputs/flutter-apk/output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user