Fixed circleci

pull/328/head
AlexeyAB 8 years ago
parent 3981259342
commit 437fbb4b3a
  1. 2
      .circleci/config.yml

@ -6,7 +6,7 @@ jobs:
working_directory: ~/work working_directory: ~/work
steps: steps:
- checkout - checkout
- run: make LIBSO=1 OPENCV=1 - run: make LIBSO=1
- run: | - run: |
ulimit -c unlimited ulimit -c unlimited
./darknet ./darknet

Loading…
Cancel
Save