forked from ros-drivers/openni2_camera
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
30 lines (30 loc) · 994 Bytes
/
.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
os: linux
dist: bionic
services:
- docker
language: generic
compiler:
- gcc
notifications:
email:
on_success: always
on_failure: always
recipients:
- gm130s@gmail.com
env:
jobs:
- ROS_DISTRO="kinetic" ROS_REPO=ros ABICHECK_URL='github:ros-drivers/openni2_camera#ros1' ABICHECK_MERGE=auto
- ROS_DISTRO="kinetic" PRERELEASE=true
- ROS_DISTRO="melodic" ROS_REPO=ros ABICHECK_URL='github:ros-drivers/openni2_camera#ros1' ABICHECK_MERGE=auto
- ROS_DISTRO="melodic" PRERELEASE=true
- ROS_DISTRO="noetic" ROS_REPO=ros ABICHECK_URL='github:ros-drivers/openni2_camera#ros1' ABICHECK_MERGE=auto
- ROS_DISTRO="noetic" PRERELEASE=true
jobs:
allow_failures:
- env: ROS_DISTRO="kinetic" PRERELEASE=true
- env: ROS_DISTRO="melodic" PRERELEASE=true
- env: ROS_DISTRO="noetic" PRERELEASE=true
install:
- git clone https://github.com/ros-industrial/industrial_ci.git -b master .ci_config
script:
- source .ci_config/travis.sh