webots icon indicating copy to clipboard operation
webots copied to clipboard

Run Windows test suite on CI

Open stefaniapedrazzi opened this issue 4 years ago • 2 comments

Add test-suite job to Windows GitHub Action workflow. Currently the package is built but the test suite is not run.

stefaniapedrazzi avatar Feb 08 '21 10:02 stefaniapedrazzi

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.

omichel avatar Jun 20 '22 15:06 omichel

This might be relevant: https://amiralizadeh9480.medium.com/how-to-run-opengl-based-tests-on-github-actions-60f270b1ea2c

ad-daniel avatar Jun 20 '22 15:06 ad-daniel