Skip to content

Commit 457c377

Browse files
committed
Temporarily reduce number of modules built
1 parent c169a45 commit 457c377

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

travis_osx_build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ function pre_build_osx {
3232
-DBUILD_TESTS=OFF
3333
-DBUILD_PERF_TESTS=OFF
3434
-DBUILD_DOCS=OFF
35+
-DBUILD_LIST=core,imgproc,python # FIXME: experiments
3536
)
3637
if [ $ENABLE_CONTRIB -ne 0 ]; then
3738
CMAKE_OPTS+=(-DOPENCV_EXTRA_MODULES_PATH="$repo_dir/opencv_contrib/modules")

0 commit comments

Comments
 (0)