Added test-compile with: LIBSO=1 GPU=0 CUDNN=0 OPENCV=0 -j 8

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

@ -7,4 +7,5 @@ jobs:
working_directory: ~/work
steps:
- checkout
- run: make LIBSO=1 GPU=0 CUDNN=0 OPENCV=0 -j 8
- run: make LIBSO=1 GPU=1 CUDNN=1 OPENCV=1 -j 8

Loading…
Cancel
Save