Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Create msbuild.ymlThis appears to be an in-progress workflow that will allow building of zlib using the commandline version of Microsoft Visual Studio. That would be good thing to have for automated testing.#953

Open
MC-MAGA wants to merge1 commit intomadler:develop
base:develop
Choose a base branch
Loading
fromMC-MAGA:develop

Conversation

MC-MAGA
Copy link

No description provided.

@madler
Copy link
Owner

Please provide a description and rationale for the pull request.

@pmqs
Copy link
Contributor

This appears to be an in-progress workflow that will allow building of zlib using the commandline version of Microsoft Visual Studio. That would be good thing to have for automated testing.

Problem is, it doesn't work in its current form.

@MC-MAGA your own test run with this workflow failed (https://github.com/MC-MAGA/zlib/actions/runs/8314919535) in the nuget step. I don't know nuget, so no idea what it is supposed to do in this context.

@MC-MAGAMC-MAGA changed the titleCreate msbuild.ymlCreate msbuild.ymlThis appears to be an in-progress workflow that will allow building of zlib using the commandline version of Microsoft Visual Studio. That would be good thing to have for automated testing.Mar 30, 2024
Copy link
Author

@MC-MAGAMC-MAGA left a comment

Choose a reason for hiding this comment

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

In-progress workflow that will allow building of zlib using the commandline version of Microsoft Visual Studio. That would be good thing to have for automated testing.

MC-MAGA reacted with rocket emoji
@pmqs
Copy link
Contributor

@MC-MAGA can you get the workflow operating properly?

@Neustradamus
Copy link

@MC-MAGA: Have you progressed on your PR?

@cjee21
Copy link

Something like the following should work.

name:MSBuildon:[push, pull_request]jobs:Windows:runs-on:windows-lateststrategy:matrix:architecture:[ Win32, x64, ARM64 ]fail-fast:falsesteps:    -name:Checkoutuses:actions/checkout@v4    -name:Add msbuild to PATHuses:microsoft/setup-msbuild@v2    -name:Buildrun:msbuild -p:Configuration=Release -p:Platform=${{ matrix.architecture }} ${{ github.workspace }}\contrib\vstudio\vc17\zlibvc.sln -warnaserror

@Vollstrecker
Copy link
Contributor

Anyone noticed that the cmake actions actually call msbuild internally?

@cjee21
Copy link

Anyone noticed that the cmake actions actually call msbuild internally?

Anyone noticed that this PR actually looks like a typical spam PR?

Anyway, although I am not familiar with cmake, it does use msbuild but using project files that it generates. So the only purpose of adding a msbuild workflow would be to check the project files in contrib directory and not to check whether zlib code can be built by msbuild. This is likely not something that is wanted according to the definition of the contrib directory.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

6 participants
@MC-MAGA@madler@pmqs@Neustradamus@cjee21@Vollstrecker

[8]ページ先頭

©2009-2025 Movatter.jp