-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
28 lines (24 loc) · 944 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
# This config file for Travis CI utilizes ros-industrial/industrial_ci package.
# For more info for the package, see https://github.com/ros-industrial/industrial_ci/blob/master/README.rst
services:
- docker
language: generic
compiler:
- gcc
env:
global:
- VERBOSE_OUTPUT=true
- WRITABLE_SOURCE=true
- ROS_PARALLEL_JOBS="-j1"
matrix:
# add NOT_TEST_BUILD=true NOT_TEST_INSTALL=true to skip build or install tests
- ROS_DISTRO="indigo" DOCKER_IMAGE=rosindustrial/ci:indigo-trusty-shadow-fixed
- ROS_DISTRO="kinetic" DOCKER_IMAGE=rosindustrial/ci:kinetic-xenial-shadow-fixed
# TMP : not using shadow repo at the moment, and some dependency is not in ros repo yet
# - ROS_DISTRO="lunar" DOCKER_IMAGE=rosindustrial/ci:lunar-xenial-shadow-fixed
install:
- git clone -b target-repo-rw https://github.com/ipa-mdl/industrial_ci.git .ci_config
script:
- .ci_config/travis.sh
notifications:
email: false