ros-perception / opencv_apps

http://wiki.ros.org/opencv_apps
64 stars 70 forks source link

add debian:unstable test to .travis.yml #100

Open k-okada opened 4 years ago

k-okada commented 4 years ago

c.f. https://github.com/ros-perception/opencv_apps/pull/97#issuecomment-545965619

jspricke commented 4 years ago

I'm not sure this will work as is. I was rather talking about using the packages in Debian, i.e., install all build dependencies listed here: https://packages.debian.org/source/unstable/ros-opencv-apps and run the build (without using the OSRF repos).

jspricke commented 4 years ago

So basic idea would be:


apt build-dep ros-opencv-apps
cd opencv_apps (from git)
mkdir build
cd build
cmake ..
make
``