mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-15 03:38:39 +08:00
Merge pull request #2293 from sturkmen72:patch-5
This commit is contained in:
@@ -4,10 +4,15 @@ compiler:
|
|||||||
- clang
|
- clang
|
||||||
before_script:
|
before_script:
|
||||||
- cd ../
|
- 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
|
- mkdir build-opencv
|
||||||
- cd 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:
|
script:
|
||||||
- make -j5
|
- make -j5
|
||||||
notifications:
|
notifications:
|
||||||
|
Reference in New Issue
Block a user