mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
ci: test gtk-wayland in the GTK matrix
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -342,7 +342,8 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
adwaita: ["true", "false"]
|
adwaita: ["true", "false"]
|
||||||
x11: ["true", "false"]
|
x11: ["true", "false"]
|
||||||
name: GTK adwaita=${{ matrix.adwaita }} x11=${{ matrix.x11 }}
|
wayland: ["true", "false"]
|
||||||
|
name: GTK adwaita=${{ matrix.adwaita }} x11=${{ matrix.x11 }} wayland=${{ matrix.wayland }}
|
||||||
runs-on: namespace-profile-ghostty-sm
|
runs-on: namespace-profile-ghostty-sm
|
||||||
needs: test
|
needs: test
|
||||||
env:
|
env:
|
||||||
@ -374,7 +375,8 @@ jobs:
|
|||||||
zig build \
|
zig build \
|
||||||
-Dapp-runtime=gtk \
|
-Dapp-runtime=gtk \
|
||||||
-Dgtk-adwaita=${{ matrix.adwaita }} \
|
-Dgtk-adwaita=${{ matrix.adwaita }} \
|
||||||
-Dgtk-x11=${{ matrix.x11 }}
|
-Dgtk-x11=${{ matrix.x11 }} \
|
||||||
|
-Dgtk-wayland=${{ matrix.wayland }}
|
||||||
|
|
||||||
test-sentry-linux:
|
test-sentry-linux:
|
||||||
strategy:
|
strategy:
|
||||||
|
Reference in New Issue
Block a user