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