Commit 5ec04423 authored by Kirill Kornyakov's avatar Kirill Kornyakov

Ping Travis

parent d678608d
...@@ -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 ../opencv-build - mkdir ../build-opencv
- cd ../opencv-build - 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