Skip to content

Commit

Permalink
Add UnicyclePlanner to the list of dependency to disable in CI to che…
Browse files Browse the repository at this point in the history
…ck if build works fine anyhow
  • Loading branch information
traversaro authored Nov 2, 2021
1 parent 9844d83 commit cff2758
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 @@ -508,7 +508,7 @@ jobs:
shell: bash
run: |
cd build
for missing_dep in YARP Qhull casadi cppad manif Python3 pybind11 pytest matioCpp LieGroupControllers nlohmann_json; do
for missing_dep in YARP Qhull casadi cppad manif Python3 pybind11 pytest matioCpp LieGroupControllers nlohmann_json UnicyclePlanner; 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 cff2758

Please sign in to comment.