Skip to content

Commit da9dba0

Browse files
committed
(travis) a little bit more verbose
1 parent 3ed8bea commit da9dba0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ install:
66
- source <(wget -O - https://raw.githubusercontent.com/tue-robotics/tue-env/master/installer/bootstrap.bash)
77
- git -C ~/.tue checkout feature/ros_deps
88
- tue-get install tue-documentation-github --no-ros-deps --doc-depend --branch=fix/docs
9-
- MSG_PKGS=($(./.ci/get_message_packages.py costmap_2d))
9+
- MSG_PKGS=($(./.ci/get_message_packages.py base_local_planner costmap_2d)) # Skip base_local_planner and costmap_2d as these take too much time
10+
- echo "MSG_PKGS: ${MSG_PKGS[@]"
1011
- MSG_TARGETS=(${MSG_PKGS[@]/#/ros-})
1112
- tue-get install ros-python_orocos_kdl ${MSG_TARGETS[@]} # Needs to be installed fully as it needs to be build to generate docs
1213
- export ROS_PACKAGE_PATH=""

0 commit comments

Comments
 (0)