-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
32 lines (31 loc) · 863 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
# 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
sudo: required
dist: trusty
services:
- docker
language: generic
compiler:
- gcc
notifications:
email:
on_success: [email protected]
on_failue: [email protected]
env:
global:
- CATKIN_PARALLEL_TEST_JOBS=-p1
- ROS_PARALLEL_TEST_JOBS=-j`nproc`
matrix:
- ROS_DISTRO=kinetic ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
install:
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
script:
- source .ci_config/travis.sh
addons:
apt:
packages:
- open-jtalk
- open-jtalk-mecab-naist-jdic
- hts-voice-nitech-jp-atr503-m001
git:
submodules: true