Skip to content

Commit

Permalink
Enable OpenCV deb install
Browse files Browse the repository at this point in the history
  • Loading branch information
RoboticsYY committed Jun 8, 2020
1 parent 7fcdbdc commit 5a069dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:
matrix:
- TEST=catkin_lint
- ROS_DISTRO=melodic
BEFORE_SCRIPT="source moveit_calibration/.travis/before_script.sh"

before_script:
- git clone -q --depth=1 https://github.com/ros-planning/moveit_ci.git .moveit_ci
Expand Down
5 changes: 5 additions & 0 deletions .travis/before_script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

git clone https://github.com/RoboticsYY/opencv_deb_install.git

find ./opencv_deb_install -name "OpenCV-3.4.5-x86_64-*.deb" | xargs sudo dpkg -i

0 comments on commit 5a069dd

Please sign in to comment.