File tree Expand file tree Collapse file tree 2 files changed +4
-74
lines changed
Expand file tree Collapse file tree 2 files changed +4
-74
lines changed Original file line number Diff line number Diff line change 99env :
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
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 }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments