Skip to content
  • Christoph Reiter's avatar
    gitlab-ci: Add 32bit MinGW jobs using MSYS2 · 995f75cd
    Christoph Reiter authored
    This builds glib using meson/ninja/ccache with mingw-w64 on a Windows
    machine.
    
    The CI scripts expect a gitlab runner to exist with the "win32" tag
    which uses the default "cmd" shell by default.
    
    Before running the tests pacman is invoked to update the system
    (potentially including bash etc, thus the extra step)
    Then a login shell is started with CHERE_INVOKING to not change the
    cwd and finally the test script is executed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=793729
    995f75cd