circleci: LIBSO=1

pull/328/head
AlexeyAB 8 years ago
parent fe3f3c00e0
commit a420d05763
  1. 2
      .circleci/config.yml

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

Loading…
Cancel
Save