Repository for OpenCV's extra modules
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
396 B

language: cpp
compiler:
- gcc
- clang
before_script:
- cd ../
- git clone --branch 3.4 --depth=1 https://github.com/opencv/opencv.git
- mkdir build-opencv
- cd build-opencv
- cmake
-DBUILD_EXAMPLES=ON
-DBUILD_PERF_TESTS=OFF
-DBUILD_TESTS=OFF
-DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib/modules
../opencv
script:
- make -j5
notifications:
email: false