RobotWebTools / webrtc_ros

Streaming of ROS Image Topics using WebRTC
Other
131 stars 52 forks source link

Fixed travis build #10

Closed mitchellwills closed 9 years ago

mitchellwills commented 9 years ago

Removed building async_web_server_cpp from source on travis build using catkin_tools instead of catkin_make on travis (because building using catkin_make runs out of resources for some reason) Now checkout webrtc and libyuv from a specific version instead of from trunk

mitchellwills commented 9 years ago

Fixes #9

rctoris commented 9 years ago

Weird, the travis build was okay when the pull request was opened and failed when I merged it....

mitchellwills commented 9 years ago

Looks like the webrtc source checkout failed because of svn: Server sent unexpected return value (502 Bad Gateway) in response to OPTIONS request for 'http://webrtc.googlecode.com/svn/branches/40' svn: Server sent unexpected return value (502 Bad Gateway) in response to PROPFIND request for '/svn/!svn/vcc/default'

You could try retriggering the build to see if it fixes it.