Added a compilation for AVX = 1 in CircleCI

pull/2514/head
AlexeyAB 6 years ago
parent e82505d20e
commit 051b8b7d6f
  1. 2
      .circleci/config.yml

@ -9,6 +9,8 @@ jobs:
- checkout
- run: make LIBSO=1 GPU=0 CUDNN=0 OPENCV=0 -j 8
- run: make clean
- run: make LIBSO=1 GPU=0 CUDNN=0 OPENCV=0 AVX=1 -j 8
- run: make clean
- run: make LIBSO=1 GPU=0 CUDNN=0 OPENCV=1 -j 8
- run: make clean
- run: make LIBSO=1 GPU=1 CUDNN=1 OPENCV=1 -j 8

Loading…
Cancel
Save