More changes for OS X
This commit is contained in:
parent
e5bfeae31b
commit
d092681547
1 changed files with 2 additions and 1 deletions
|
@ -56,8 +56,9 @@ before_install:
|
||||||
wget https://github.com/Itseez/opencv/archive/3.1.0.zip;
|
wget https://github.com/Itseez/opencv/archive/3.1.0.zip;
|
||||||
unzip -q 3.1.0.zip;
|
unzip -q 3.1.0.zip;
|
||||||
cd opencv-3.1.0;
|
cd opencv-3.1.0;
|
||||||
mkdir build;
|
sudo mkdir build;
|
||||||
cd build;
|
cd build;
|
||||||
|
sudo cmake -D CMAKE_BUILD_TYPE=RELEASE -D WITH_V4L=ON ..;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in a new issue