mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
add test for macos
This commit is contained in:
parent
973a1d2945
commit
2a7fde2640
4
.github/workflows/main.yml
vendored
4
.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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user