From cdd1cb0e8c4fda3671714bb5ad6ba1825cff16d1 Mon Sep 17 00:00:00 2001
From: Puneet Kohli <punkohl@gmail.com>
Date: Sun, 06 May 2018 21:45:26 +0000
Subject: [PATCH] Change matplotlib backend to 'agg' when 'show_plot' is false. This allows the script to be run from command line without any errors (for ex, on a remote machine)

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

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 4a79b0a..8a6ebfe 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -7,6 +7,10 @@
     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
+      - run: make clean
+      - run: make LIBSO=1 GPU=1 CUDNN=1 OPENCV=1 CUDNN_HALF=1 -j 8

--
Gitblit v1.10.0