File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,28 +6,30 @@ python:
66compiler :
77 - gcc
88
9+ sudo : required
10+ dist : trusty
11+
912branches :
1013 only :
1114 - master
1215 - develop
1316
1417install :
15- - sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu precise main" > /etc/apt/sources.list.d/ros-latest.list'
18+ - sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu trusty main" > /etc/apt/sources.list.d/ros-latest.list'
1619 - wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
1720 - sudo apt-get update -qq
18- - sudo apt-get install python-catkin-pkg python-rosdep ros-hydro -catkin -qq
21+ - sudo apt-get install python-catkin-pkg python-rosdep ros-indigo -catkin -qq
1922 - sudo rosdep init
2023 - rosdep update
2124 - mkdir -p /tmp/ws/src
2225 - ln -s `pwd` /tmp/ws/src/package
2326 - cd /tmp/ws
24- - rosdep install --from-paths src --ignore-src --rosdistro hydro -y
27+ - rosdep install --from-paths src --ignore-src --rosdistro indigo -y
2528
2629script :
27- - source /opt/ros/hydro /setup.bash
30+ - source /opt/ros/indigo /setup.bash
2831 - catkin_make
2932 - catkin_make tests
3033 - source devel/setup.bash
3134 - rostest async_web_server_cpp tests.test
3235 - catkin_make install
33- - source install/setup.bash
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ Original Authors
66Contributors
77------------
88
9- * [ Russell Toris] ( http ://users.wpi.edu/~ rctoris/) (rctoris@wpi.edu )
9+ * [ Russell Toris] ( https ://github.com/ rctoris/) (russell.toris@gmail.com )
Original file line number Diff line number Diff line change 33 <version >0.0.3</version >
44 <description >Asynchronous Web/WebSocket Server in C++</description >
55
6- <maintainer email =" rctoris@wpi.edu " >Russell Toris</maintainer >
6+ <maintainer email =" russell.toris@gmail.com " >Russell Toris</maintainer >
77 <author email =" mwills@wpi.edu" >Mitchell Wills</author >
88
99 <license >BSD</license >
You can’t perform that action at this time.
0 commit comments