Skip to content

Commit

Permalink
Merge pull request #435 from ami-iit/traversaro-patch-1
Browse files Browse the repository at this point in the history
Add UnicyclePlanner to the list of dependency to disable in CI to check if build works fine anyhow
  • Loading branch information
GiulioRomualdi authored Jun 15, 2023
2 parents 5a28374 + 232aa86 commit ab9190c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ jobs:
shell: bash
run: |
cd build
for missing_dep in YARP Qhull casadi cppad manif Python3 pybind11 pytest matioCpp LieGroupControllers nlohmann_json icub-models; do
for missing_dep in YARP Qhull casadi cppad manif Python3 pybind11 pytest matioCpp LieGroupControllers nlohmann_json UnicyclePlanner icub-models; do
echo "Testing ${missing_dep} as missing dependency."
# Deselect missing dependency and build
cmake -DFRAMEWORK_USE_${missing_dep}:BOOL=OFF .
Expand Down

0 comments on commit ab9190c

Please sign in to comment.