Skip to content

Commit 4f01ceb

Browse files
committed
Force release.
1 parent 271083f commit 4f01ceb

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/OCV-PR-Windows.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,9 @@ jobs:
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
@@ -80,6 +70,7 @@ jobs:
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' || '' }}

0 commit comments

Comments
 (0)