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

Update .travis.yml

parent 9d3efbd8
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -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: