-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Run Windows test suite on CI #2719
Comments
From the investigation conducted in #4691, it seems that currently, Webots cannot run in the GitHub CI machine because it cannot initialize OpenGL. Basically, it complains that it tries to load opengl32sw.dll, but fail to find this library and ends up with a crash. So, we should first fix this before attempting to run the test suite on the Windows CI machines. |
This might be relevant: https://amiralizadeh9480.medium.com/how-to-run-opengl-based-tests-on-github-actions-60f270b1ea2c |
Fixed by PR #6648. |
Add test-suite job to Windows GitHub Action workflow.
Currently the package is built but the test suite is not run.
The text was updated successfully, but these errors were encountered: