Attempting to fix OS X builds.

This commit is contained in:
Tadas Baltrusaitis 2017-12-23 10:15:41 +00:00
parent 69f73ecc11
commit e5bfeae31b
1 changed files with 6 additions and 1 deletions

View File

@ -52,7 +52,12 @@ before_install:
brew update;
brew install tbb;
brew tap homebrew/science;
brew install opencv;
brew install vtk;
wget https://github.com/Itseez/opencv/archive/3.1.0.zip;
unzip -q 3.1.0.zip;
cd opencv-3.1.0;
mkdir build;
cd build;
fi
before_script: