1 Star 0 Fork 0

范毅/usb_cam

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 684 Bytes
一键复制 编辑 原始数据 按行查看 历史
Russell Toris 提交于 2015-01-15 09:39 . Update .travis.yml
language:
- cpp
- python
python:
- "2.7"
compiler:
- gcc
branches:
only:
- master
- develop
install:
- 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
- sudo apt-get install python-catkin-pkg python-rosdep ros-hydro-catkin -qq
- sudo rosdep init
- rosdep update
- mkdir -p /tmp/ws/src
- ln -s `pwd` /tmp/ws/src/package
- cd /tmp/ws
- rosdep install --from-paths src --ignore-src --rosdistro hydro -y
script:
- source /opt/ros/hydro/setup.bash
- catkin_make
- catkin_make install
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fanyiW/usb_cam.git
git@gitee.com:fanyiW/usb_cam.git
fanyiW
usb_cam
usb_cam
master

搜索帮助