forked from ros-perception/perception_pcl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
32 lines (27 loc) · 680 Bytes
/
.travis.yml
File metadata and controls
32 lines (27 loc) · 680 Bytes
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
language: generic
services:
- docker
cache:
directories:
- $HOME/.ccache
env:
global:
- ROS_DISTRO="melodic"
- ROS_REPO=ros
- CCACHE_DIR=$HOME/.ccache
# To avoid memory error on Travis.
- ROS_PARALLEL_JOBS=-j1
- ROS_PARALLEL_TEST_JOBS=-j1
# travis build will time out with no output unless we use verbose output
- VERBOSE_OUTPUT=true
- VERBOSE_TESTS=true
matrix:
- OS_NAME=ubuntu OS_CODE_NAME=bionic
- OS_NAME=debian OS_CODE_NAME=stretch
install:
- git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci
script:
- .industrial_ci/travis.sh
branches:
only:
- /.*-devel$/