Skip to content

Commit bec253c

Browse files
authored
Merge pull request #571 from Naoki-Hiraoka/add-melodic-test
[on #249 of start-jsk/rtmros_gazebo]Add melodic test
2 parents 72b83cd + f94f794 commit bec253c

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.travis.rosinstall.kinetic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Dependencies of hrpsys_gazebo_tutorials, but not released in kinetic
22
- git:
3-
local-name: rtmros_gazebo
3+
local-name: rtm-ros-robotics/rtmros_gazebo
44
uri: https://github.com/start-jsk/rtmros_gazebo.git

.travis.rosinstall.melodic

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Dependencies of hrpsys_gazebo_tutorials, but not released in melodic
2+
- git:
3+
local-name: rtm-ros-robotics/rtmros_gazebo
4+
uri: https://github.com/start-jsk/rtmros_gazebo.git
5+
6+
# Dependencies of nextage_tutorials, but not released in melodic
7+
- git:
8+
local-name: rtm-ros-robotics/rtmros_nextage
9+
uri: https://github.com/tork-a/rtmros_nextage.git

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,31 @@
22
# Generic MoveIt Travis Continuous Integration Configuration File
33
# Works with all MoveIt! repositories/branches
44
# Author: Dave Coleman, Jonathan Bohren
5+
dist: trusty
56
language:
67
- cpp
78
- python
89
python:
910
- "2.7"
1011
compiler:
1112
- gcc
13+
cache:
14+
- ccache
1215
env:
1316
global:
1417
- ROSWS=wstool
1518
- BUILDER=catkin
19+
- USE_DOCKER=true
20+
- USE_TRAVIS=true
1621
- CATKIN_PARALLEL_JOBS='-p2'
1722
- CATKIN_PARALLEL_TEST_JOBS='-p1'
1823
- ROS_PARALLEL_JOBS="-j2"
1924
- ROS_PARALLEL_TEST_JOBS='-j1'
2025
matrix:
2126
- ROS_DISTRO=indigo USE_DEB=true
2227
- ROS_DISTRO=indigo USE_DEB=false NOT_TEST_INSTALL=true
23-
- ROS_DISTRO=kinetic USE_DEB=false
28+
- ROS_DISTRO=kinetic USE_DEB=false NOT_TEST_INSTALL=true
29+
- ROS_DISTRO=melodic USE_DEB=false NOT_TEST_INSTALL=true ROSDEP_ADDITIONAL_OPTIONS="-n -q -r --ignore-src --skip-keys leap_motion" #BEFORE_SCRIPT: to build hrpsys on melodic. ROSDEP_ADDITIONAL_OPTIONS: leap_motion (run_depend of hironx_tutorial) is not released on melodic.
2430
matrix:
2531
# allow_failures:
2632
# - env: ROS_DISTRO=indigo USE_DEB=false NOT_TEST_INSTALL=true

0 commit comments

Comments
 (0)