Skip to content

Build and package piglit with MinGW cross compilers.

Jose Fonseca requested to merge jrfonseca/piglit:gitlab-ci-mingw into master

This MR achieves does a few things:

  • Build piglit with MinGW cross-compilers, using Waffle. Waffle allows to run more tests reliably (as it can force the piglit Windows to be any precise size the test demands, unlike GLUT/FreeGLUT)

  • Package artifaces, but only on tags. See https://gitlab.freedesktop.org/jrfonseca/piglit/-/jobs/7991552 for example.

  • Drop AppVeyor. We don't think there's any merit in keeping it around anymore.

/cc @charmainel @bhenden @kusma @daniels

Merge request reports