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

Improve MSVC support in CI builds #265

Open
rollbear opened this issue Dec 5, 2021 · 2 comments
Open

Improve MSVC support in CI builds #265

rollbear opened this issue Dec 5, 2021 · 2 comments

Comments

@rollbear
Copy link
Owner

rollbear commented Dec 5, 2021

Github actions is removing support for the windows-2016 environment, which is used to test build with older MSVC compilers.

I would like to support even older compilers than that, if possible, and also many more variations of builds since MSVC is by far the most finicky family of compilers.

@aminya
Copy link

aminya commented Dec 5, 2021

I am keeping track of this issue in setup-cpp

@rollbear rollbear changed the title Improve MSVC support is CI builds Improve MSVC support in CI builds Dec 5, 2021
@aminya
Copy link

aminya commented Dec 6, 2021

The new version of setup-cpp fixes some of the issues for installing older MSVC versions.
Checkout this tutorial for learning how to use it
https://github.com/aminya/setup-cpp#inside-github-actions

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

No branches or pull requests

2 participants