forked from nmichael/vicon_mocap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
27 lines (27 loc) · 1.21 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
language:
- cpp
compiler:
- gcc
notifications:
email:
recipients:
before_install: # Use this to prepare the system to install prerequisites or dependencies
- sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu precise 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 -qq
install: # Use this to install any prerequisites or dependencies necessary to run your build
- export ROS_DISTRO=hydro
- sudo apt-get install -qq -y ros-$ROS_DISTRO-ros-base ros-$ROS_DISTRO-common-msgs libeigen3-dev yaml-cpp
# Setup rosdep
- sudo rosdep init
- rosdep update
before_script: # Use this to prepare your build for testing e.g. copy database configurations, environment variables, etc.
- export CI_SOURCE_PATH=$(pwd)
- export REPOSITORY_NAME=${PWD##*/}
- echo "Testing branch $TRAVIS_BRANCH of $REPOSITORY_NAME"
- source /opt/ros/$ROS_DISTRO/setup.bash
- export ROS_PACKAGE_PATH=$CI_SOURCE_PATH/ros:$ROS_PACKAGE_PATH
- export ROS_PARALLEL_JOBS='-j4 -l4' # Limit parallel jobs
script: # All commands must exit with code 0 on success. Anything else is considered failure.
- rosmake vicon_odom