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
steps:
- checkout
- run:
name: Update OpenCV
command: 'apt-get install libopencv-dev'
# - run:
# name: Update OpenCV
# command: 'apt-get install libopencv-dev'
- run: make LIBSO=1 -j 8
- run: |
ulimit -c unlimited