[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] CI builds fixed again
From: |
Greg Chicares |
Subject: |
Re: [lmi] CI builds fixed again |
Date: |
Mon, 14 Feb 2022 21:55:29 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 |
On 2022-02-13 01:55, Vadim Zeitlin wrote:
>
> [...] simply launching Xvfb in a
> separate build step from running the tests themselves was enough to make
> them work, unlike everything else that I tried.
In my experience as well, the interaction between Xvfb and wine is
complicated and finicky. Glad you found a way to make this work.
> So I've now pushed my changes to master and all the CI builds pass again
> in it now, see the latest build at
>
> https://github.com/let-me-illustrate/lmi/runs/5170674974
>
> [...] now we
> have CI builds using both 32 and 64 bit MinGW versions.
Thanks.
At the 'github' link above, I see two things that still seem to fail:
- "Configure lmi" for both "MSW/make/mingw32" and "Linux/make/gcc"; and
- "Launch Xvfb" and "Run GUI tests" for "Linux/make/gcc", where I
suppose Xvfb would work just fine, whereas the GUI tests don't; but
IIRC that's on your TODO list already.
Is there anything I can do to help with either of those?