mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
...
This commit is contained in:
parent
700c3d7427
commit
61f01d6455
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -11,7 +11,7 @@ on:
|
|||||||
- 'web/**'
|
- 'web/**'
|
||||||
- '**.md'
|
- '**.md'
|
||||||
jobs:
|
jobs:
|
||||||
build_win:
|
build_win32:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@ -87,7 +87,7 @@ jobs:
|
|||||||
python3 scripts/run_tests.py
|
python3 scripts/run_tests.py
|
||||||
python3 scripts/run_tests.py benchmark
|
python3 scripts/run_tests.py benchmark
|
||||||
shell: alpine.sh {0}
|
shell: alpine.sh {0}
|
||||||
build_macos:
|
build_darwin:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -61,8 +61,6 @@ else:
|
|||||||
print("[REPL Test Enabled]")
|
print("[REPL Test Enabled]")
|
||||||
if sys.platform in ['linux', 'darwin']:
|
if sys.platform in ['linux', 'darwin']:
|
||||||
cmd = './main'
|
cmd = './main'
|
||||||
elif sys.platform == 'win32':
|
|
||||||
cmd = '.\main.exe'
|
|
||||||
else:
|
else:
|
||||||
cmd = None
|
cmd = None
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user