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