Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ notifications:
env:
global:
- MOVEIT_CI_TRAVIS_TIMEOUT=85 # Travis grants us 90 min, but we add a safety margin of 5 min
- ROS_DISTRO=foxy
- ROS_DISTRO=rolling
- ROS_REPO=ros
- UPSTREAM_WORKSPACE=moveit2.repos
- CXXFLAGS="-Wall -Wextra -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wredundant-decls"
Expand All @@ -22,13 +22,13 @@ env:
jobs:
fast_finish: true
include:
- name: "[Foxy] - clang-format, ament_lint"
- name: "[Rolling] - clang-format, ament_lint"
env: TEST="clang-format ament_lint"
- name: "[Foxy] - code-coverage"
- name: "[Rolling] - code-coverage"
env: TEST=code-coverage
- name: "[Foxy] - gcc (build,test)"
env: ROS_DISTRO=foxy
- name: "[Foxy] - clang (build,test,clang-tidy-fix,test_ikfast_plugins)"
- name: "[Rolling] - clang (build,test,clang-tidy-fix,test_ikfast_plugins)"
compiler: clang
# test_ikfast_plugins takes ~10 minutes: include here to keep the main jobs shorter
env: TEST=clang-tidy-fix
Expand Down
5 changes: 5 additions & 0 deletions moveit2.repos
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,8 @@ repositories:
type: git
url: https://github.com/ros-planning/warehouse_ros_mongo
version: ros2

geometry2:
type: git
url: https://github.com/gleichdick/geometry2-1
version: ros2_new_toMsg_approach