Skip to content

Commit 5626568

Browse files
committed
cmake
1 parent d0a22a6 commit 5626568

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
if: steps.opencv-cache.outputs.cache-hit != 'true'
6565
shell: powershell
6666
run: |
67+
$ErrorActionPreference = 'Continue'
6768
cmake `
6869
-C cmake/opencv_build_options.cmake `
6970
-S opencv `
@@ -77,6 +78,7 @@ jobs:
7778
-D OPENCV_EXTRA_MODULES_PATH="$env:GITHUB_WORKSPACE/opencv_contrib/modules" `
7879
-D CMAKE_INSTALL_PREFIX="$env:GITHUB_WORKSPACE/opencv_artifacts" `
7980
*>&1 | Tee-Object -FilePath "$env:TEMP\opencv-configure.log"
81+
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
8082
8183
- name: Verify OpenCV cmake features
8284
if: steps.opencv-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)