Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210910794
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210910794
Commits
c7d52933
Commit
c7d52933
authored
6 years ago
by
Nick Medveditskov
Committed by
Matt Hansen
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Source several before running colcon test
parent
55a062b5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+9
-6
9 additions, 6 deletions
.travis.yml
with
9 additions
and
6 deletions
.travis.yml
+
9
−
6
View file @
c7d52933
...
...
@@ -24,10 +24,13 @@ before_install:
script
:
-
docker run --name nav2_bash --rm -d -i -t nav2:latest bash -l
-
docker exec nav2_bash bash -c "colcon test --packages-skip
dwb_controller dwb_core nav2_amcl nav2_costmap_2d nav2_dynamic_params
nav2_map_server nav2_navfn_planner nav2_system_tests nav2_tasks
nav2_util nav2_voxel_grid dwb_critics dwb_plugins
nav2_bt_navigator nav2_mission_executor nav2_robot
nav2_simple_navigator nav2_world_model nav_2d_utils"
-
docker exec nav2_bash bash -c '. /opt/ros/$ROS2_DISTRO/setup.bash &&
. /ros2_ws/ros2-linux/setup.bash &&
. /ros2_ws/navstack_dependencies_ws/install/setup.bash &&
colcon test --packages-skip
dwb_controller dwb_core nav2_amcl nav2_costmap_2d nav2_dynamic_params
nav2_map_server nav2_navfn_planner nav2_system_tests nav2_tasks
nav2_util nav2_voxel_grid dwb_critics dwb_plugins
nav2_bt_navigator nav2_mission_executor nav2_robot
nav2_simple_navigator nav2_world_model nav_2d_utils'
-
docker exec nav2_bash bash -c "colcon test-result --verbose"
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment