From 528e7668d7be9c767661a0199e57dfdf1865f67e Mon Sep 17 00:00:00 2001 From: AlexeyAB Date: Thu, 19 Oct 2017 03:01:12 +0300 Subject: [PATCH] circleci: remove opencv --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 954985d7..a1b2d5a6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,9 +6,9 @@ jobs: working_directory: ~/work steps: - checkout - - run: - name: Update OpenCV - command: 'apt-get install libopencv-dev' +# - run: +# name: Update OpenCV +# command: 'apt-get install libopencv-dev' - run: make LIBSO=1 -j 8 - run: | ulimit -c unlimited