.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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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