forked from jsk-ros-pkg/jsk_demos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
31 lines (31 loc) · 1.13 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
language: c++
sudo: false
notifications:
email:
on_success: always
on_failure: always
slack: jsk-robotics:Av7tc8wj3IWkLYvlTzHE7x2g
env:
global:
- USE_DEB=false
- NOT_TEST_INSTALL=true
- USE_JENKINS=true
- ROS_PARALLEL_JOBS='-j8'
- CATKIN_PARALLEL_JOBS='-p8'
- ROS_PARALLEL_TEST_JOBS='-j8'
- CATKIN_PARALLEL_TEST_JOBS='-p8'
- DOCKER_RUN_OPTION='--rm -e TEST_ROBOT=$TEST_ROBOT'
- BEFORE_SCRIPT='. $CI_SOURCE_PATH/.travis.before_script.sh'
# - ROS_REPOSITORY_PATH='http://packages.ros.org/ros/ubuntu'
# - EXTRA_DEB="ros-indigo-convex-decomposition ros-indigo-ivcon"
matrix:
- ROS_DISTRO=indigo
- ROS_DISTRO=indigo DOCKER_RUN_OPTION='--rm -e TEST_ROBOT=pr2' TEST_PKGS="detect_cans_in_fridge_201202 elevator_move_base_pr2 interactive_behavior_201409 jsk_2011_07_pr2_semantic jsk_2013_04_pr2_610 jsk_demo_common jsk_maps"
- ROS_DISTRO=indigo DOCKER_RUN_OPTION='--rm -e TEST_ROBOT=fetch' TEST_PKGS="jsk_2017_10_semi jsk_maps"
- ROS_DISTRO=kinetic
matrix:
fast_finish: true
allow_failures:
- env: ROS_DISTRO=indigo
- env: ROS_DISTRO=kinetic
script: source .travis/travis.sh