Skip to content

Windows: add Windows Store build#188

Merged
asmorkalov merged 1 commit intoopencv:mainfrom
mshabunin:add-uwp-build
Nov 2, 2024
Merged

Windows: add Windows Store build#188
asmorkalov merged 1 commit intoopencv:mainfrom
mshabunin:add-uwp-build

Conversation

@mshabunin
Copy link
Copy Markdown
Contributor

No description provided.

@mshabunin
Copy link
Copy Markdown
Contributor Author

cc @asmorkalov , @fengyuentau , build have failed early because we do not have UWP components installed on CI Windows machines.

@asmorkalov
Copy link
Copy Markdown
Contributor

@mshabunin UWP tools are ready. Please take a look on warnings.

cancel-in-progress: true

env:
EXTRA_CMAKE_OPTIONS: '-DOPENCV_DOWNLOAD_PATH=%BINARIES_CACHE% -DBUILD_opencv_gapi=OFF -DWITH_MSMF=OFF -DBUILD_TESTS=OFF -DBUILD_PERF_TESTS=OFF -DBUILD_EXAMPLES=ON -DCMAKE_BUILD_TYPE=Release'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-DWITH_MSMF=OFF is not correct. It should be the only back-end for UWP, if I understand correctly.
Also we can disable samples for UWP build as console apps are not relevant for the configuration.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is separate WinRT backend, regular MSMF can not be built due to errors, thus I've disabed it. I'll disable samples and apps build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants