Attempting to fix OS X builds.
This commit is contained in:
parent
69f73ecc11
commit
e5bfeae31b
1 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue