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