File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 fail-fast : false
5151 max-parallel : 3
5252 matrix :
53- arch : [ x86, x64, arm64 ]
53+ arch : [ arm64 ]
5454 config : [ base ]
5555 include :
56- - arch : x86
57- config : base
58- runner : opencv-cn-win
59- vs : ' Visual Studio 16 2019'
60- cmake_arch : Win32
61- - arch : x64
62- config : base
63- runner : opencv-cn-win
64- vs : ' Visual Studio 16 2019'
65- cmake_arch : x64
6656 - arch : arm64
6757 config : base
6858 runner : windows-11-arm
8070 -DBUILD_EXAMPLES=ON
8171 -DOPENCV_ENABLE_NONFREE=ON
8272 -DWITH_CAROTENE=OFF
73+ -DCMAKE_BUILD_TYPE=Release
8374 ${{ matrix.no_opencl && '-DWITH_OPENCL=OFF' || '' }}
8475 ${{ matrix.arch == 'arm64' && '-DCV_DISABLE_OPTIMIZATION=ON -DWITH_VULKAN=OFF -DBUILD_opencv_vulkan=OFF -DOPENCV_DNN_VULKAN=OFF -DCMAKE_DISABLE_FIND_PACKAGE_Vulkan=ON' || '' }}
8576 ${{ matrix.arch == 'x86' && '-DBUILD_opencv_python3=OFF' || '' }}
You can’t perform that action at this time.
0 commit comments