forked from ros-drivers/pointgrey_camera_driver
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3846661
commit d793403
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters