Skip to content

Commit a687fab

Browse files
committed
update travis
1 parent 68787d5 commit a687fab

File tree

3 files changed

+26
-27
lines changed

3 files changed

+26
-27
lines changed

Diff for: .gitmodules

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
path = jsk_apc2016_common/python/jsk_apc2016_common/rbo_segmentation
33
url = https://github.com/yuyu2172/rbo-apc-object-segmentation
44
branch = jsk_apc
5+
[submodule ".travis"]
6+
path = .travis
7+
url = https://github.com/wkentaro/jsk_travis.git
8+
version = install_patch

Diff for: .travis.rosinstall

+11-13
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
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
95
- git:
106
local-name: FA-I-sensor/force_proximity_ros
117
uri: https://github.com/knorth55/FA-I-sensor.git
128
version: jsk_apc
13-
14-
# waiting for release of https://github.com/jsk-ros-pkg/jsk_recognition/pull/2118
159
- 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

Diff for: .travis.yml

+11-14
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,32 @@ sudo: required
22

33
dist: trusty
44

5-
language: generic
5+
language: c++ # to avoid using /opt/python from travis
66

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
1212

1313
env:
1414
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"
1616
- NOT_TEST_INSTALL=true
17-
- ROS_PARALLEL_JOBS="-j2"
17+
- ROS_PARALLEL_JOBS="-j4"
1818
- 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"
1919
- 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
2123
matrix:
2224
- ROS_DISTRO=indigo
2325

24-
install:
25-
- git clone https://github.com/jsk-ros-pkg/jsk_travis.git .travis
26-
- (cd .travis && git checkout 40640d45c709bdc7d74a1f8983d51d5df553dbc1)
27-
2826
script:
2927
# build & test ROS packages
3028
- source .travis/travis.sh
3129
# build doc
3230
- cd $TRAVIS_BUILD_DIR/doc
33-
- unset PYTHONPATH # cleanup for virtualenv
3431
- source setup.sh
3532
- make html
3633

0 commit comments

Comments
 (0)