Another attempt at the fix
This commit is contained in:
parent
05a58abecc
commit
21367b3b3c
1 changed files with 2 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue