Skip to content
Snippets Groups Projects
Commit 62a61453 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

ci: test packaging

parent 93841abf
No related branches found
No related tags found
No related merge requests found
Pipeline #20647 passed with warnings
...@@ -53,6 +53,13 @@ jobs: ...@@ -53,6 +53,13 @@ jobs:
make test make test
make install make install
- name: Test packaging
shell: bash -l {0}
run: |
conda activate eigenpy
cmake -B test-packaging -S unittest/packaging/cmake -DPYTHON_EXECUTABLE=$(which python3)
- name: Configure hpp-fcl - name: Configure hpp-fcl
shell: bash -l {0} shell: bash -l {0}
run: | run: |
......
...@@ -66,6 +66,13 @@ jobs: ...@@ -66,6 +66,13 @@ jobs:
if errorlevel 1 exit 1 if errorlevel 1 exit 1
:: Test packaging :: 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 conda install -c conda-forge octomap assimp qhull
git clone --recursive https://github.com/humanoid-path-planner/hpp-fcl.git git clone --recursive https://github.com/humanoid-path-planner/hpp-fcl.git
pushd hpp-fcl pushd hpp-fcl
......
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