Skip to content

Commit

Permalink
Test with travis on Hydro.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepurvis committed Apr 22, 2015
1 parent 3846661 commit d793403
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: cpp
compiler: gcc
before_install:
- sudo pip install rosdep
- sudo rosdep init && rosdep update
- 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:
- rosdep install --from-paths .. --ignore-src --rosdistro hydro
- source /opt/ros/hydro/setup.bash
- mkdir -p ~/catkin_ws/src && pushd ~/catkin_ws
- catkin_init_workspace src
- ln -s `eval echo $(dirs +1)` src/
script:
- catkin_make
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
pointgrey_camera_driver
=======================

[![Build Status](https://travis-ci.org/ros-drivers/pointgrey_camera_driver.png?branch=master)](https://travis-ci.org/ros-drivers/pointgrey_camera_driver)

ROS-compatible Camera drivers originally provided by NREC, part of Carnegie Mellon University's robotics institute.
These drives are included along with modifications of the standard ros image messages that enable HDR and physics based vision.

Expand Down

0 comments on commit d793403

Please sign in to comment.