Skip to content
Snippets Groups Projects
Verified Commit aed3cef7 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

ci: add stubs generation on Windows

parent 600ea820
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,10 @@ jobs: ...@@ -47,6 +47,10 @@ jobs:
:: Build and Install :: Build and Install
cmake --build . --config Release --target install cmake --build . --config Release --target install
:: Build stubs
git clone https://github.com/jcarpent/pybind11-stubgen.git
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 ""
:: Testing :: Testing
ctest --output-on-failure -C Release -V ctest --output-on-failure -C Release -V
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment