Skip to content

Commit aed3cef

Browse files
committed
ci: add stubs generation on Windows
1 parent 600ea82 commit aed3cef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/windows-conda.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
:: Build and Install
4848
cmake --build . --config Release --target install
4949
50+
:: Build stubs
51+
git clone https://github.com/jcarpent/pybind11-stubgen.git
52+
python "%CD%\pybind11-stubgen\pybind11_stubgen\__init__.py" -o %CONDA_PREFIX%\Lib\site-packages\eigenpy eigenpy --boost-python --ignore-invalid signature --no-setup-py --root-module-suffix ""
53+
5054
:: Testing
5155
ctest --output-on-failure -C Release -V
5256

0 commit comments

Comments
 (0)