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

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