circleci: opencv

This commit is contained in:
AlexeyAB 2017-10-19 02:54:00 +03:00
parent 6c172c3ba4
commit 3606a899ac
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ jobs:
working_directory: ~/work working_directory: ~/work
steps: steps:
- checkout - checkout
- run:
name: Update OpenCV
command: 'sudo apt-get install libopencv-dev'
- run: make LIBSO=1 -j 8 - run: make LIBSO=1 -j 8
- run: | - run: |
ulimit -c unlimited ulimit -c unlimited