Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
pinocchio
Commits
6e1ec858
Verified
Commit
6e1ec858
authored
Jun 11, 2020
by
Justin Carpentier
Browse files
ci: enable test against hpp-fcl on Windows
parent
a3d3532c
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/conda-env.yml
→
.github/workflows/conda
/conda
-env.yml
View file @
6e1ec858
...
...
@@ -4,6 +4,7 @@ channels:
-
nodefaults
dependencies
:
-
eigen
-
hpp-fcl
-
numpy
-
boost
-
eigenpy
...
...
.github/workflows/windows-conda.yml
View file @
6e1ec858
...
...
@@ -27,7 +27,7 @@ jobs:
-
uses
:
goanpeca/setup-miniconda@v1
with
:
activate-environment
:
pinocchio
environment-file
:
.github/workflows/conda-env.yml
environment-file
:
.github/workflows/conda
/conda
-env.yml
python-version
:
3.7
-
name
:
Install cmake and update conda
run
:
|
...
...
@@ -54,10 +54,12 @@ jobs:
-DCMAKE_BUILD_TYPE=Release ^
-DPINOCCHIO_SITELIB_ROOT=%CONDA_PREFIX% ^
-DPYTHON_EXECUTABLE=%CONDA_PREFIX%\python.exe ^
-DBUILD_WITH_URDF_SUPPORT=ON -DBUILD_PYTHON_INTERFACE=ON ^
-DBUILD_WITH_URDF_SUPPORT=ON ^
-DBUILD_PYTHON_INTERFACE=ON ^
-DBUILD_WITH_COLLISION_SUPPORT=ON ^
..
cmake --build . --config Release --target install
:: Testing
set PATH=%PATH%;%CONDA_PREFIX%\
Library\lib;%CONDA_PREFIX%\
Lib\site-packages\pinocchio
set PATH=%PATH%;%CONDA_PREFIX%\Lib\site-packages\pinocchio
ctest --output-on-failure -C Release -V
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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