Skip to content

Commit

Permalink
Win python binding
Browse files Browse the repository at this point in the history
  • Loading branch information
Géry Casiez committed Dec 8, 2024
1 parent 5593df7 commit b658e5c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@ jobs:
nmake
# mingw32-make

# - name: compile Python binding
# run: |
# ./venv/Scripts/activate
# cp pointing/release/pointing.lib bindings/Python/cython/
# cd bindings/Python/cython/
# python.exe --version
# python.exe buildcythonlib.py build_ext --inplace
- name: compile Python binding
run: |
./venv/Scripts/activate
cp pointing/release/pointing.lib bindings/Python/cython/
cd bindings/Python/cython/
python.exe --version
python.exe buildcythonlib.py build_ext --inplace
- name: Save the compiled libraries
uses: actions/upload-artifact@v4
with:
path: |
pointing/release/pointing.lib
# bindings/Python/cython/libpointing/*.so
bindings/Python/cython/libpointing/*.pyd
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

[![Linux](https://github.com/INRIA/libpointing/actions/workflows/linux.yml/badge.svg)](https://github.com/INRIA/libpointing/actions/workflows/linux.yml)
[![macOS](https://github.com/INRIA/libpointing/actions/workflows/macOS.yml/badge.svg)](https://github.com/INRIA/libpointing/actions/workflows/macOS.yml)
[![Windows](https://github.com/INRIA/libpointing/actions/workflows/windows.yml/badge.svg)](https://github.com/INRIA/libpointing/actions/workflows/windows.yml)

# Libpointing

Expand Down

0 comments on commit b658e5c

Please sign in to comment.