Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a setup-cmake action for both Mac and Windows #821

Open
Steelskin opened this issue Aug 27, 2024 · 0 comments
Open

Create a setup-cmake action for both Mac and Windows #821

Steelskin opened this issue Aug 27, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Steelskin
Copy link
Collaborator

We need to do different setup for Mac and Windows hosts:

  • On Windows, we use compnerd/gha-setup-vsdevenv@main to setup Visual Studio (which includes CMake and ninja as part of the CMake installation)
  • On Mac, we seanmiddleditch/gha-setup-ninja@master to setup ninja, since CMake is already installed on the host.

We should have a single action to do both, tentatively called a setup-cmake action that we would depend on.

@Steelskin Steelskin added the enhancement New feature or request label Aug 27, 2024
@Steelskin Steelskin self-assigned this Aug 27, 2024
@Steelskin Steelskin changed the title Create a setup-cmake issue for both Mac and Windows Create a setup-cmake action for both Mac and Windows Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant