mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20: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
|
||||
- name: Benchmark
|
||||
run: python3 scripts/run_tests.py benchmark
|
||||
# - name: C Binding Test
|
||||
# run: bash run_c_binding_test.sh
|
||||
- name: C Binding Test
|
||||
run: bash run_c_binding_test.sh
|
||||
build_macos:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
|
@ -1,4 +1,5 @@
|
||||
cd c_bindings
|
||||
rm -rf build
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
|
Loading…
x
Reference in New Issue
Block a user