-
Notifications
You must be signed in to change notification settings - Fork 215
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
MSVC CI may not take effect #1223
Comments
Thanks for opening this. It seems that msvc-14.0 -- msvc-14.2 return the same error (see #1224). Probably there is a need for extra setting to make them work on CI. |
On my machine (Windows 11 with vs2019 installed), |
@vissarion , this looks outdated, can we close it? |
@barendgehrels the warning still exists in latest CI (the minimal / msvc-15 and minimal / msvc-16 jobs are green but there is a hidden warning and actually tests are not run at all). |
OK thanks for checking. Then we can keep it open. |
As you can see in the latest CI result,
warning: Did not find command for MSVC toolset. If you have Visual Studio 2017 installed you will need to specify the full path to the command, set VS150COMNTOOLS for your installation, or build from the 'Visual Studio Command Prompt for VS 2017'.
and no test is executed.The problem is that there is no msvc-15 or msvc-16. MSVC supports c++14 from vs2015 a.k.a. msvc-14.0. b2_toolset should be
The text was updated successfully, but these errors were encountered: