From 8e7a51a4925977acde34daffe9ea1fcffd8aae47 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Wed, 18 Oct 2017 23:56:38 +0000
Subject: [PATCH] circleci: opencv
---
.circleci/config.yml | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index e8b68e7..954985d 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -6,11 +6,13 @@
working_directory: ~/work
steps:
- checkout
- - run: make
+ - run:
+ name: Update OpenCV
+ command: 'apt-get install libopencv-dev'
+ - run: make LIBSO=1 -j 8
- run: |
- # tell the operating system to remove the file size limit on core dump files
ulimit -c unlimited
- ./dump
+ ./darknet
- run:
command: |
mkdir -p /tmp/core_dumps
--
Gitblit v1.10.0