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

Fix Travis config

parent 5ec04423
...@@ -5,8 +5,8 @@ compiler: ...@@ -5,8 +5,8 @@ compiler:
before_script: before_script:
- cd ../ - cd ../
- git clone https://github.com/Itseez/opencv.git - git clone https://github.com/Itseez/opencv.git
- mkdir ../build-opencv - mkdir build-opencv
- cd ../build-opencv - cd build-opencv
- cmake -DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib/modules ../opencv - cmake -DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib/modules ../opencv
script: script:
- make -j5 - 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