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 - cd opencv
- mkdir build - mkdir build
- cd build - cd build
- cmake -D CMAKE_BUILD_TYPE=RELEASE -D WITH_V4L=ON -D WITH_FFMPEG=OFF .. - cmake -D CMAKE_BUILD_TYPE=RELEASE -D WITH_V4L=ON -D WITH_FFMPEG=OFF ..
- make -j4 - sudo make -j4 install
- sudo make -j2 install
- cd ../.. - cd ../..
script: script: