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

ci: fix Windows build

parent c4b35661
No related branches found
No related tags found
No related merge requests found
name: Build Pinocchio via Conda
name: Build Pinocchio for Windows via Conda
on:
pull_request:
push:
......@@ -54,6 +54,7 @@ jobs:
-G "Visual Studio 16 2019" -T "ClangCl" -DCMAKE_GENERATOR_PLATFORM=x64 ^
-DCMAKE_INSTALL_PREFIX=%CONDA_PREFIX%\Library ^
-DCMAKE_BUILD_TYPE=Release ^
-DPINOCCHIO_SITELIB_ROOT=%CONDA_PREFIX% ^
-DPYTHON_EXECUTABLE=%CONDA_PREFIX%\python.exe ^
-DBUILD_WITH_URDF_SUPPORT=ON -DBUILD_PYTHON_INTERFACE=ON ^
..
......
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