We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c169a45 commit 457c377Copy full SHA for 457c377
travis_osx_build.sh
@@ -32,6 +32,7 @@ function pre_build_osx {
32
-DBUILD_TESTS=OFF
33
-DBUILD_PERF_TESTS=OFF
34
-DBUILD_DOCS=OFF
35
+ -DBUILD_LIST=core,imgproc,python # FIXME: experiments
36
)
37
if [ $ENABLE_CONTRIB -ne 0 ]; then
38
CMAKE_OPTS+=(-DOPENCV_EXTRA_MODULES_PATH="$repo_dir/opencv_contrib/modules")
0 commit comments