forked from jsk-ros-pkg/jsk_control
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
39 lines (39 loc) · 1.01 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
32
33
34
35
36
37
38
39
language:
- generic
cache:
apt: true
pip: true
directories:
- $HOME/.ccache
- $HOME/.cache/pip
- $HOME/apt-cacher-ng
sudo: required
dist: bionic
services:
- docker
notifications:
email:
on_success: always
on_failure: always
slack: jsk-robotics:Av7tc8wj3IWkLYvlTzHE7x2g
env:
global:
- ROSWS=wstool
- BUILDER=catkin
- USE_DOCKER=true
- ROS_PARALLEL_TEST_JOBS="-j1"
- CATKIN_PARALLEL_TEST_JOBS="-j1"
matrix:
- ROS_DISTRO=hydro USE_DEB=false BEFORE_SCRIPT='$CI_SOURCE_PATH/.travis_before_script_jsk_recognition_utils.bash'
- ROS_DISTRO=indigo USE_DEB=true
- ROS_DISTRO=jade USE_DEB=true
- ROS_DISTRO=kinetic USE_DEB=true
- ROS_DISTRO=melodic USE_DEB=true
matrix:
fast_finish: true
allow_failures:
- env: ROS_DISTRO=hydro USE_DEB=false BEFORE_SCRIPT='$CI_SOURCE_PATH/.travis_before_script_jsk_recognition_utils.bash'
- env: ROS_DISTRO=jade USE_DEB=true
script: source .travis/travis.sh
before_script:
- export ROS_PARALLEL_JOBS="-j2 -l2"