Skip to content

Commit aa3a26f

Browse files
committed
OPENCV_FORCE_3RDPARTY_BUILD
1 parent b886a6a commit aa3a26f

File tree

2 files changed

+4
-74
lines changed

2 files changed

+4
-74
lines changed

.github/workflows/opencv.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ on:
99
env:
1010
OPENCV_VERSION: 4.11.0
1111
OPENCV_CMAKE_ARGS: >-
12-
-D CMAKE_BUILD_TYPE=RELEASE
12+
-D CMAKE_BUILD_TYPE=Release
13+
-D OPENCV_FORCE_3RDPARTY_BUILD=ON
1314
-D OPENCV_EXTRA_MODULES_PATH="${{ github.workspace }}/opencv_contrib/modules"
1415
-D CMAKE_INSTALL_PREFIX="${{ github.workspace }}/opencv/build/install"
1516
-D BUILD_LIST=core,imgproc,imgcodecs
16-
-D BUILD_PNG=ON
17-
-D BUILD_TIFF=ON
18-
-D ENABLE_CXX11=ON
1917
-D BUILD_SHARED_LIBS=OFF
2018
-D BUILD_EXAMPLES=OFF
2119
-D BUILD_DOCS=OFF
@@ -44,9 +42,9 @@ jobs:
4442
strategy:
4543
matrix:
4644
include:
47-
- { os: linux, arch: x64, runs-on: ubuntu-22.04 }
45+
- { os: ubuntu.22.04, arch: x64, runs-on: ubuntu-22.04 }
4846
- { os: ubuntu.24.04, arch: x64, runs-on: ubuntu-24.04 }
49-
- { os: linux, arch: arm64, runs-on: ubuntu-22.04-arm }
47+
- { os: ubuntu.22.04, arch: arm64, runs-on: ubuntu-22.04-arm }
5048
- { os: ubuntu.24.04, arch: arm64, runs-on: ubuntu-24.04-arm }
5149
- { os: win, arch: x64, runs-on: windows-2022 }
5250
- { os: win, arch: x86, runs-on: windows-2022 }

.github/workflows/test-opencvsharp-centos7.yml

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)