Skip to content
Snippets Groups Projects
Commit 2eb268a1 authored by ruffsl's avatar ruffsl
Browse files

Include all nav2 package in build up to

parent 94662476
No related branches found
No related tags found
No related merge requests found
......@@ -76,12 +76,13 @@ RUN apt-get update && rosdep install -y \
# build source
ARG MIXINS="build-testing-on release"
RUN colcon build \
RUN NAV2_PACKAGES=$(cd src/navigation2 && colcon list -n) \
colcon build \
--symlink-install \
--mixin \
$MIXINS \
--packages-up-to \
nav2_system_tests \
$NAV2_PACKAGES \
--cmake-args --no-warn-unused-cli
ARG RUN_TESTS
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment