.circleci/config.yml added make clean

This commit is contained in:
Alexey
2018-01-18 02:19:34 +03:00
committed by GitHub
parent 9449156e6d
commit 22bf10984c

View File

@ -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