forked from KCL-Planning/rosplan_demos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
27 lines (24 loc) · 1.01 KB
/
.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
sudo: required
dist: xenial
language: generic
env:
global:
- ROS_DISTRO=kinetic
- UPSTREAM-WORKSPACE=file
- WRITABLE_SOURCE=true
before_install:
- bash ./.travis/wait_for_apt.sh
- sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5
- 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 libcurl3
- sudo apt-get install flex bison ros-kinetic-tf2-bullet
- sudo apt-get install libbdd-dev
- git clone --recurse-submodules --recursive https://github.com/KCL-Planning/ROSPlan.git
- git clone https://github.com/clearpathrobotics/occupancy_grid_utils
- git submodule update --init --remote --recursive
install:
- git clone --depth=1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci
script:
- .industrial_ci/travis.sh