forked from facontidavide/PlotJuggler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
39 lines (30 loc) · 780 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
34
35
36
37
38
39
sudo: required
dist: trusty
language: generic
compiler:
- gcc
os:
- linux
compiler:
- gcc
env:
matrix:
- ROS_DISTRO="indigo"
- ROS_DISTRO="kinetic"
- ROS_DISTRO="lunar"
- ROS_DISTRO="melodic"
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo add-apt-repository ppa:ubuntu-sdk-team/ppa -y
- sudo apt-get update -qq
# - sudo apt-get -y install -f qtbase5-dev qtdeclarative5-dev libqt5svg5-dev libqt5multimedia5 libqt5multimedia5-plugins libqt5multimediawidgets5
install:
- git clone https://github.com/ros-industrial/industrial_ci.git .industrial_ci
script:
- .industrial_ci/travis.sh
notifications:
email:
recipients:
on_success: change
on_failure: always