mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
...
This commit is contained in:
parent
f2435b81df
commit
16d710640a
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -61,8 +61,8 @@ jobs:
|
|||||||
path: output
|
path: output
|
||||||
- name: Benchmark
|
- name: Benchmark
|
||||||
run: python3 scripts/run_tests.py benchmark
|
run: python3 scripts/run_tests.py benchmark
|
||||||
# - name: C Binding Test
|
- name: C Binding Test
|
||||||
# run: bash run_c_binding_test.sh
|
run: bash run_c_binding_test.sh
|
||||||
build_macos:
|
build_macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
cd c_bindings
|
cd c_bindings
|
||||||
|
rm -rf build
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user