|
|
@@ -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:
|