Skip to content

Commit b70bebb

Browse files
Compile service_msgs
Signed-off-by: Eugenio Collado <eugeniocollado@eprosima.com>
1 parent 393a330 commit b70bebb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/host/generic/build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,10 @@ set +o nounset
66
. install/local_setup.bash
77
set -o nounset
88

9+
colcon build --packages-up-to service_msgs --metas src --cmake-args -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON $@
10+
11+
set +o nounset
12+
. install/local_setup.bash
13+
set -o nounset
14+
915
colcon build --metas src --cmake-args -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON $@

0 commit comments

Comments
 (0)