AlexeyAB
2017-10-19 528e7668d7be9c767661a0199e57dfdf1865f67e
.circleci/config.yml
@@ -6,9 +6,9 @@
    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