Another attempt at the fix

This commit is contained in:
Tadas Baltrusaitis 2016-12-20 11:58:40 -05:00
parent 05a58abecc
commit 21367b3b3c

View file

@ -55,9 +55,8 @@ before_script:
- cd opencv
- mkdir build
- cd build
- cmake -D CMAKE_BUILD_TYPE=RELEASE -D WITH_V4L=ON -D WITH_FFMPEG=OFF ..
- make -j4
- sudo make -j2 install
- cmake -D CMAKE_BUILD_TYPE=RELEASE -D WITH_V4L=ON -D WITH_FFMPEG=OFF ..
- sudo make -j4 install
- cd ../..
script: