-
Notifications
You must be signed in to change notification settings - Fork 19
/
.travis.yml
36 lines (31 loc) · 933 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
sudo: required
dist: xenial
language: generic
branches:
only:
- master
- melodic
compiler:
- gcc
install:
- export ROSDISTRO=kinetic
- sudo apt-get update
- sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
- wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
- sudo apt-get update
- sudo apt-get install -y dpkg
- sudo apt-get install -y ros-$ROSDISTRO-ros-base
- sudo apt-get install -y python-rosdep
- sudo `which rosdep` init
- rosdep update
- rosdep install --default-yes --from-paths . --ignore-src --rosdistro $ROSDISTRO
- source /opt/ros/$ROSDISTRO/setup.bash
- export PYTHONPATH=$PYTHONPATH:/usr/lib/python2.7/dist-packages
script:
- cd
- git clone https://github.com/linorobot/lino_install
- cd lino_install
- ./install 2wd xv11 test
notifications:
email:
- jimenojmm@gmail.com