File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 54
54
- ' base'
55
55
- ' vulkan'
56
56
- ' uwp'
57
+ include :
58
+ - config : ' vulkan'
59
+ vulkan : true
60
+ - config : ' uwp'
61
+ uwp : true
57
62
58
63
branch : ${{ fromJSON(needs.branch_eval.outputs.branches )}}
59
64
65
70
-DCL_Z_OPTION=/Z7
66
71
-DBUILD_EXAMPLES=ON
67
72
-DOPENCV_ENABLE_NONFREE=ON
68
- ${{ matrix.config == ' uwp' && '-DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0 -DBUILD_opencv_gapi=OFF -DWITH_MSMF=OFF -DBUILD_TESTS=OFF -DBUILD_PERF_TESTS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_opencv_apps=OFF' }}
69
- ${{ matrix.config == ' vulcan' && '-DWITH_OPENCL=OFF -DWITH_VULKAN=ON' }}
73
+ ${{ matrix.uwp && '-DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0 -DBUILD_opencv_gapi=OFF -DWITH_MSMF=OFF -DBUILD_TESTS=OFF -DBUILD_PERF_TESTS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_opencv_apps=OFF' }}
74
+ ${{ matrix.vulcan && '-DWITH_OPENCL=OFF -DWITH_VULKAN=ON' }}
70
75
MAIN_BUILD_DIR : " ${{ (github.event.repository.name != 'opencv_contrib') && 'build' || 'build-contrib' }}"
71
76
OPENCV_FOR_THREADS_NUM : 8
72
77
CMAKE_BUILD_PARALLEL_LEVEL : 8
You can’t perform that action at this time.
0 commit comments