Skip to content

Commit

Permalink
Try to run the generated binding.
Browse files Browse the repository at this point in the history
  • Loading branch information
adalisk-emikhaylov committed Aug 1, 2024
1 parent 6266cef commit bf98f10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-test-ubuntu-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ jobs:
CXX: ${{matrix.cxx-compiler}}
run: make -f scripts/mrbind/generate.mk

- name: Test MRBind bindings
if: ${{ matrix.os == 'ubuntu24' }}
env: LD_LIBRARY_PATH: .
working-directory: build/Release/bin
run: python3 -c 'from meshlib2 import mrmeshpy; from meshlib2 import mrmeshnumpy'

- name: Collect Timings
run: ./scripts/devops/collect_timing_logs.sh ${{matrix.os}} ${{matrix.config}} "${{matrix.compiler}}"

Expand Down

0 comments on commit bf98f10

Please sign in to comment.