AlexeyAB
2017-10-18 3606a899ace1cb1b1130da6a8acc68189a53ad8f
.circleci/config.yml
@@ -6,11 +6,13 @@
    working_directory: ~/work
    steps:
      - checkout
      - run: make
      - run:
          name: Update OpenCV
          command: 'sudo apt-get install libopencv-dev'
      - run: make LIBSO=1 -j 8
      - run: |
    # tell the operating system to remove the file size limit on core dump files
          ulimit -c unlimited
          ./dump
          ./darknet
      - run:
          command: |
            mkdir -p /tmp/core_dumps