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

ci: check packaging hpp-fcl

parent 1feafb36
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -53,6 +53,17 @@ jobs:
make test
make install
- name: Configure hpp-fcl
shell: bash -l {0}
run: |
conda activate eigenpy
conda install -c conda-forge octomap assimp qhull
git clone https://github.com/humanoid-path-planner/hpp-fcl.git --recursive
cd hpp-fcl
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=$(which python3)
- name: Uninstall EigenPy
shell: bash -l {0}
run: |
......
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