Commit 04651a25 authored by Kirill Kornyakov's avatar Kirill Kornyakov

Fix Travis config

parent 5ec04423
......@@ -5,8 +5,8 @@ compiler:
before_script:
- cd ../
- git clone https://github.com/Itseez/opencv.git
- mkdir ../build-opencv
- cd ../build-opencv
- mkdir build-opencv
- cd build-opencv
- cmake -DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib/modules ../opencv
script:
- make -j5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment