From f0bc634a74b14ce4b0e065011390940d4d7a254c Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Mon, 05 Mar 2018 10:25:27 +0000
Subject: [PATCH] Fixed saving video file

---
 .circleci/config.yml |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 4a79b0a..0bae244 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -7,6 +7,8 @@
     working_directory: ~/work
     steps:
       - 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 -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

--
Gitblit v1.10.0