forked from ros-industrial/universal_robot
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.travis.yml
33 lines (27 loc) · 856 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
31
32
33
language: generic
services:
- docker
cache:
directories:
- $HOME/.ccache
git:
quiet: true
env:
global:
- CCACHE_DIR=$HOME/.ccache
matrix:
- ROS_DISTRO="kinetic" ROS_REPO=main
- ROS_DISTRO="kinetic" ROS_REPO=testing
- ROS_DISTRO="kinetic" PRERELEASE=true
- ROS_DISTRO="melodic" ROS_REPO=main UPSTREAM_WORKSPACE='github:ros-industrial/ur_msgs#1.3.1'
- ROS_DISTRO="melodic" ROS_REPO=testing
- ROS_DISTRO="melodic" PRERELEASE=true UPSTREAM_WORKSPACE='github:ros-industrial/ur_msgs#1.3.1'
matrix:
allow_failures:
- env: ROS_DISTRO="kinetic" ROS_REPO=main
- env: ROS_DISTRO="kinetic" ROS_REPO=testing
- env: ROS_DISTRO="kinetic" PRERELEASE=true
install:
- git clone --quiet --depth=1 -b master https://github.com/ros-industrial/industrial_ci.git .industrial_ci
script:
- .industrial_ci/travis.sh