From 3606a899ace1cb1b1130da6a8acc68189a53ad8f Mon Sep 17 00:00:00 2001 From: AlexeyAB Date: Thu, 19 Oct 2017 02:54:00 +0300 Subject: [PATCH] circleci: opencv --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 37e00a18..c19b6bed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,6 +6,9 @@ jobs: working_directory: ~/work steps: - checkout + - run: + name: Update OpenCV + command: 'sudo apt-get install libopencv-dev' - run: make LIBSO=1 -j 8 - run: | ulimit -c unlimited