File tree 3 files changed +26
-27
lines changed
3 files changed +26
-27
lines changed Original file line number Diff line number Diff line change 2
2
path = jsk_apc2016_common/python/jsk_apc2016_common/rbo_segmentation
3
3
url = https://github.com/yuyu2172/rbo-apc-object-segmentation
4
4
branch = jsk_apc
5
+ [submodule ".travis "]
6
+ path = .travis
7
+ url = https://github.com/wkentaro/jsk_travis.git
8
+ version = install_patch
Original file line number Diff line number Diff line change 1
- - git:
2
- local-name: jsk-ros-pkg/jsk_common
3
- uri: https://github.com/jsk-ros-pkg/jsk_common.git
4
- version: master
5
- - git:
6
- local-name: jsk-ros-pkg/jsk_robot
7
- uri: https://github.com/jsk-ros-pkg/jsk_robot.git
8
- version: master
1
+ # - git:
2
+ # local-name: jsk-ros-pkg/jsk_robot
3
+ # uri: https://github.com/jsk-ros-pkg/jsk_robot.git
4
+ # version: c978f3da06261c77e0dafea2f2e4df072323b555
9
5
- git:
10
6
local-name: FA-I-sensor/force_proximity_ros
11
7
uri: https://github.com/knorth55/FA-I-sensor.git
12
8
version: jsk_apc
13
-
14
- # waiting for release of https://github.com/jsk-ros-pkg/jsk_recognition/pull/2118
15
9
- git:
16
- local-name: jsk-ros-pkg/jsk_recognition
17
- uri: https://github.com/jsk-ros-pkg/jsk_recognition.git
18
- version: 4320a60bc06e324c98bc92ed9a9f90491e4d5e5e
10
+ local-name: FOR_SIMULATION/baxter_common
11
+ uri: https://github.com/knorth55/baxter_common.git
12
+ version: jsk_apc
13
+ # - git:
14
+ # local-name: jsk-ros-pkg/jsk_recognition
15
+ # uri: https://github.com/jsk-ros-pkg/jsk_recognition.git
16
+ # version: d774854420af82fe9ea16319d743a2b465d63d78
Original file line number Diff line number Diff line change @@ -2,35 +2,32 @@ sudo: required
2
2
3
3
dist : trusty
4
4
5
- language : generic
5
+ language : c++ # to avoid using /opt/python from travis
6
6
7
- cache :
8
- directories :
9
- - $HOME/.ccache
10
- - $HOME/.cache/pip
11
- - $HOME/.ros/data
7
+ # cache:
8
+ # directories:
9
+ # - $HOME/.ccache
10
+ # - $HOME/.cache/pip
11
+ # - $HOME/.ros/data
12
12
13
13
env :
14
14
global :
15
- - CATKIN_TOOLS_CONFIG_OPTIONS="--blacklist jsk_perception jsk_pcl_ros_utils jsk_pcl_ros resized_image_transport"
15
+ - CATKIN_TOOLS_CONFIG_OPTIONS="--blacklist imagesift jsk_recognition_msgs jsk_perception jsk_pcl_ros_utils jsk_pcl_ros resized_image_transport checkerboard_detector fetcheus naoqieus jsk_fetch_startup jsk_nao_startup roseus_remote jsk_robot_startup jsk_robot_utils jsk_pr2_calibration pr2_base_trajectory_action jsk_baxter_web peppereus naoeus jsk_baxter_desktop jsk_pepper_startup jsk_pr2_startup jsk_pr2_desktop "
16
16
- NOT_TEST_INSTALL=true
17
- - ROS_PARALLEL_JOBS="-j2 "
17
+ - ROS_PARALLEL_JOBS="-j4 "
18
18
- ROSDEP_ADDITIONAL_OPTIONS="-n -q --ignore-src --skip-keys=jsk_smart_gui --skip-keys=ros3djs --skip-keys=pr2_calibration_launch --skip-keys=jsk_android_gui_api9 --skip-keys=ros2djs --skip-keys=face_recognition --skip-keys=roslibjs --skip-keys=force_proximity_ros --skip-keys=safe_teleop_base"
19
19
- USE_DEB=false
20
- - USE_TRAVIS=true
20
+ - NUMBER_OF_LOGS_TO_KEEP=10 # default is 3
21
+ # - USE_TRAVIS=true
22
+ - DOCKER_IMAGE_JENKINS="jsk-apc-indigo" # built on Jenkins
21
23
matrix :
22
24
- ROS_DISTRO=indigo
23
25
24
- install :
25
- - git clone https://github.com/jsk-ros-pkg/jsk_travis.git .travis
26
- - (cd .travis && git checkout 40640d45c709bdc7d74a1f8983d51d5df553dbc1)
27
-
28
26
script :
29
27
# build & test ROS packages
30
28
- source .travis/travis.sh
31
29
# build doc
32
30
- cd $TRAVIS_BUILD_DIR/doc
33
- - unset PYTHONPATH # cleanup for virtualenv
34
31
- source setup.sh
35
32
- make html
36
33
You can’t perform that action at this time.
0 commit comments