mirror of https://github.com/AlexeyAB/darknet.git
circleci: opencv
This commit is contained in:
parent
6c172c3ba4
commit
3606a899ac
|
@ -6,6 +6,9 @@ jobs:
|
|||
working_directory: ~/work
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: Update OpenCV
|
||||
command: 'sudo apt-get install libopencv-dev'
|
||||
- run: make LIBSO=1 -j 8
|
||||
- run: |
|
||||
ulimit -c unlimited
|
||||
|
|
Loading…
Reference in New Issue