mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 18:05:35 +00:00
.builds: run tests in Vulkan mode
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+1
-1
@@ -17,6 +17,7 @@ packages:
|
|||||||
- libxinerama-dev
|
- libxinerama-dev
|
||||||
- libxi-dev
|
- libxi-dev
|
||||||
- libxxf86vm-dev
|
- libxxf86vm-dev
|
||||||
|
- mesa-vulkan-drivers
|
||||||
- wine
|
- wine
|
||||||
- xvfb
|
- xvfb
|
||||||
- xdotool
|
- xdotool
|
||||||
@@ -55,7 +56,6 @@ tasks:
|
|||||||
done
|
done
|
||||||
- test_gio: |
|
- test_gio: |
|
||||||
cd gio
|
cd gio
|
||||||
export EGL_PLATFORM=surfaceless # for headless tests
|
|
||||||
go test -race ./...
|
go test -race ./...
|
||||||
GOOS=windows go test -exec=wine ./...
|
GOOS=windows go test -exec=wine ./...
|
||||||
GOOS=js GOARCH=wasm go build -o /dev/null ./...
|
GOOS=js GOARCH=wasm go build -o /dev/null ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user