circleci: remove opencv

This commit is contained in:
AlexeyAB 2017-10-19 03:01:12 +03:00
parent 8e7a51a492
commit 528e7668d7
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@ jobs:
working_directory: ~/work working_directory: ~/work
steps: steps:
- checkout - checkout
- run: # - run:
name: Update OpenCV # name: Update OpenCV
command: 'apt-get install libopencv-dev' # command: '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