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