circleci: remove opencv

pull/328/head
AlexeyAB 8 years ago
parent 8e7a51a492
commit 528e7668d7
  1. 6
      .circleci/config.yml

@ -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

Loading…
Cancel
Save