mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
.circleci/config.yml added make clean
This commit is contained in:
@ -8,4 +8,5 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: make LIBSO=1 GPU=0 CUDNN=0 OPENCV=0 -j 8
|
- 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
|
- run: make LIBSO=1 GPU=1 CUDNN=1 OPENCV=1 -j 8
|
||||||
|
Reference in New Issue
Block a user