forked from tesseract-robotics/tesseract
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
47 lines (39 loc) · 1.14 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
40
41
42
43
44
45
46
47
# This config file for Travis CI
sudo: required
dist: trusty
language: generic
services:
- docker
cache:
directories:
- $HOME/.ccache
git:
quiet: true
notifications:
email:
recipients:
env:
global:
- CCACHE_DIR=$HOME/.ccache
- UPSTREAM_WORKSPACE=file
- ROSINSTALL_FILENAME=dependencies.rosinstall
- ROS_REPO=ros
- NOT_TEST_INSTALL=true
- CMAKE_ARGS=-DENABLE_TESTS=ON
matrix:
include:
- env: ROS_DISTRO=melodic CLANG_FORMAT_CHECK=file CLANG_FORMAT_VERSION=8
git:
submodules: false
- env: ROS_DISTRO=kinetic
- env: ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed
- env: ROS_DISTRO=melodic ROS_PARALLEL_JOBS=-j4 # Travis was running out of resources and hanging for melodic builds
- env: ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed ROS_PARALLEL_JOBS=-j4
allow_failures:
- env: ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed
- env: ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed ROS_PARALLEL_JOBS=-j4
install:
- git clone --quiet --depth=1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci
script:
- .industrial_ci/travis.sh