mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
CI: add wine on Linux for the Windows e2e test
Installing it on Debian was enough, with the only wrinkle that propagating -race won't work when we're cross-compiling, since cross-compilation disables CGo by default. For now, just skip the test in that edge case. If we want to use the race detector on Windows in the future, we need to get a Windows CI builder somehow. Tested on my fork; see https://builds.sr.ht/~mvdan/job/164899. Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
This commit is contained in:
@@ -20,6 +20,7 @@ packages:
|
||||
- scrot
|
||||
- sway
|
||||
- grim
|
||||
- wine
|
||||
sources:
|
||||
- https://git.sr.ht/~eliasnaur/gio
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user