mirror of https://github.com/AlexeyAB/darknet.git
.circleci/config.yml added make clean
This commit is contained in:
parent
9449156e6d
commit
22bf10984c
|
@ -8,4 +8,5 @@ jobs:
|
|||
steps:
|
||||
- checkout
|
||||
- run: make LIBSO=1 GPU=0 CUDNN=0 OPENCV=0 -j 8
|
||||
- run: make clean
|
||||
- run: make LIBSO=1 GPU=1 CUDNN=1 OPENCV=1 -j 8
|
||||
|
|
Loading…
Reference in New Issue