.circleci/config.yml added make clean

pull/355/head
Alexey 7 years ago committed by GitHub
parent 9449156e6d
commit 22bf10984c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .circleci/config.yml

@ -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…
Cancel
Save