circleci: opencv

pull/328/head
AlexeyAB 8 years ago
parent 6c172c3ba4
commit 3606a899ac
  1. 3
      .circleci/config.yml

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

Loading…
Cancel
Save