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
steps:
- checkout
- run: make LIBSO=1 OPENCV=1
- run: make LIBSO=1
- run: |
ulimit -c unlimited
./darknet

Loading…
Cancel
Save