Skip to content

Commit

Permalink
ci/windows: remove commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Jun 24, 2023
1 parent 1ef465a commit 0c8bd5c
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/windows-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,47 +47,6 @@ jobs:
..
if errorlevel 1 exit 1
:: Build and Install
cmake --build . --config Release --target install
# if errorlevel 1 exit 1
# :: Testing
# ctest --output-on-failure -C Release -V
# if errorlevel 1 exit 1
# :: Test Python import
# cd ..
# python -c "import eigenpy"
# if errorlevel 1 exit 1
# :: Test packaging
# cmake -B test-packaging -S unittest/packaging/cmake ^
# -G "NMake Makefiles" ^
# -DPYTHON_EXECUTABLE=%CONDA_PREFIX%\python.exe
# if errorlevel 1 exit 1
# :: Configure hpp-fcl
# conda install -c conda-forge octomap assimp qhull
# git clone --recursive https://github.com/humanoid-path-planner/hpp-fcl.git
# pushd hpp-fcl
# mkdir build
# pushd build
# cmake ^
# -G "NMake Makefiles" ^
# -DCMAKE_INSTALL_PREFIX=%CONDA_PREFIX%\Library ^
# -DCMAKE_BUILD_TYPE=Release ^
# -DPYTHON_EXECUTABLE=%CONDA_PREFIX%\python.exe ^
# ..
# cd ..
# if errorlevel 1 exit 1
# :: Uninstall
# cmake --build . --config Release --target uninstall
# if errorlevel 1 exit 1
- name: Start SSH session
uses: luchihoratiu/debug-via-ssh@main
with:
Expand Down

0 comments on commit 0c8bd5c

Please sign in to comment.