circleci: opencv

This commit is contained in:
AlexeyAB
2017-10-19 02:56:38 +03:00
parent 3606a899ac
commit 8e7a51a492

View File

@ -8,7 +8,7 @@ jobs:
- checkout
- run:
name: Update OpenCV
command: 'sudo apt-get install libopencv-dev'
command: 'apt-get install libopencv-dev'
- run: make LIBSO=1 -j 8
- run: |
ulimit -c unlimited