mirror of
https://github.com/pocketpy/pocketpy
synced 2026-08-06 22:27:11 +08:00
Update main.yml
This commit is contained in:
parent
e3255207c3
commit
5e9b3c36dc
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -45,8 +45,6 @@ jobs:
|
||||
path: output
|
||||
- name: Unit Test
|
||||
run: python scripts/run_tests.py
|
||||
- name: Benchmark
|
||||
run: python scripts/run_tests.py benchmark
|
||||
build_linux:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
@ -90,8 +88,6 @@ jobs:
|
||||
with:
|
||||
name: linux
|
||||
path: output
|
||||
- name: Benchmark
|
||||
run: python scripts/run_tests.py benchmark
|
||||
build_darwin:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
@ -102,8 +98,6 @@ jobs:
|
||||
run: |
|
||||
python cmake_build.py Release -DPK_BUILD_MODULE_LZ4=ON -DPK_BUILD_MODULE_CUTE_PNG=ON -DPK_BUILD_MODULE_MSGPACK=ON
|
||||
python scripts/run_tests.py
|
||||
- name: Benchmark
|
||||
run: python scripts/run_tests.py benchmark
|
||||
- name: Test Amalgamated Build
|
||||
run: python amalgamate.py
|
||||
build_android_libs:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user