Commit f48a0e82 authored by Suleyman TURKMEN's avatar Suleyman TURKMEN Committed by sturkmen72

Update .travis.yml

parent 9d3efbd8
......@@ -4,10 +4,15 @@ compiler:
- clang
before_script:
- cd ../
- git clone https://github.com/opencv/opencv.git
- git clone --branch 3.4 --depth=1 https://github.com/opencv/opencv.git
- mkdir build-opencv
- cd build-opencv
- cmake -DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib/modules ../opencv
- cmake
-DBUILD_EXAMPLES=ON
-DBUILD_PERF_TESTS=OFF
-DBUILD_TESTS=OFF
-DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib/modules
../opencv
script:
- make -j5
notifications:
......
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