Skip to content

WIP: Run the test suite on win32 in CI

Uli Schlachter requested to merge psychon/cairo:win32-ci into master

The goal of this PR is to run the test suite for the win32 backend on CI.

Sigh. I give up on this again for now. Current tail of build log:

[1885/1885] Linking target test/cairo-test-suite.exe
$ cd build/test
$ $env:srcdir = "../../test"
$ $env:CAIRO_TEST_TARGET = "win32,win32-window-color,win32-window-coloralpha,win32-printing"
$ ./cairo-test-suite.exe
[no output here - this line hand-inserted by psychon since otherwise this would be misleading]
Cleaning up file based variables
ERROR: Job failed: exit code 3221225781

Who needs error messages anyway?...

Anyway, google says this is a missing/not found DLL. I just pushed a commit that hopefully copies the DLL around, but I am open this MR anyway since I already don't want to mess with Windows anymore.

Merge request reports