Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-fcl
Commits
d7910c52
Unverified
Commit
d7910c52
authored
Sep 08, 2021
by
Justin Carpentier
Committed by
GitHub
Sep 08, 2021
Browse files
Merge pull request #240 from jcarpent/devel
Fix stubs generation on Windows
parents
a39fd80c
635dcf4d
Pipeline
#15950
passed with stage
in 83 minutes and 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/windows-conda-clang.yml
View file @
d7910c52
...
...
@@ -63,7 +63,7 @@ jobs:
:: 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
\hppfcl
hppfcl --boost-python --ignore-invalid signature --no-setup-py --root-module-suffix ""
python "%CD%\pybind11-stubgen\pybind11_stubgen\__init__.py" -o %CONDA_PREFIX%\Lib\site-packages hppfcl --boost-python --ignore-invalid signature --no-setup-py --root-module-suffix ""
:: Testing
ctest --output-on-failure -C Release -V
...
...
.github/workflows/windows-conda-v142.yml
View file @
d7910c52
...
...
@@ -63,7 +63,7 @@ jobs:
:: 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
\hppfcl
hppfcl --boost-python --ignore-invalid signature --no-setup-py --root-module-suffix ""
python "%CD%\pybind11-stubgen\pybind11_stubgen\__init__.py" -o %CONDA_PREFIX%\Lib\site-packages hppfcl --boost-python --ignore-invalid signature --no-setup-py --root-module-suffix ""
:: Testing
ctest --output-on-failure -C Release -V
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment