AlexeyAB
2017-10-18 8e7a51a4925977acde34daffe9ea1fcffd8aae47
.circleci/config.yml
@@ -6,6 +6,9 @@
    working_directory: ~/work
    steps:
      - checkout
      - run:
          name: Update OpenCV
          command: 'apt-get install libopencv-dev'
      - run: make LIBSO=1 -j 8
      - run: |
          ulimit -c unlimited