-
Notifications
You must be signed in to change notification settings - Fork 65
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
Let CTest succeed on Windows by ignoring CR #111
Conversation
by "Let CTest succeed on Windows by ignoring CR " you mean on Windows with some cygwin-like environment? Because our CI windows-msvc build doesn't run any test |
Well, with this PR I am finally able to run CTest in VS locally:
We could also add |
In https://productionresultssa7.blob.core.windows.net/actions-results/5419d2cd-457a-4be4-8002-ca6a92d5b5fb/workflow-job-run-12701e67-bc6c-5a32-3c09-c490b37a48fc/logs/job/job-logs.txt?rsct=text%2Fplain&se=2024-03-09T14%3A47%3A13Z&sig=2yrLGlS%2FURGUkB0EOWSpGbf6p0H79bHPefdBjpFvRXs%3D&sp=r&spr=https&sr=b&st=2024-03-09T14%3A37%3A08Z&sv=2021-12-02 log I see "C:\Program Files\Git\bin\git.exe" , so I'd bet "C:/Program Files/Git/bin/bash.exe" would work |
OK, all ✅ now. |
thanks for the windows CI improvement. Hopefully I'm not too demanding, but I'd like to be sure we don't regress on Windows with DLL builds. Couldn't we have both a dynamic and static build, and possibly only run the tests with the static one if that's more convenient? |
074a643
to
49edaae
Compare
Uff, took longer than expected. |
Thanks, perfect! |
fwiw, this add |
Addressed by #152. |
No description provided.