[mutter/bilelmoussaoui/without-xwayland] ci: Add a Wayland only target
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/bilelmoussaoui/without-xwayland] ci: Add a Wayland only target
- Date: Wed, 15 Jun 2022 11:50:48 +0000 (UTC)
commit 122403262cc93e90eb140a5a0ab79c8a01a09ab0
Author: Bilal Elmoussaoui <belmouss redhat com>
Date: Tue Jun 14 16:08:05 2022 +0200
ci: Add a Wayland only target
To ensure a Wayland only job without Xwayland and in the future
without x11 server works as expected
.gitlab-ci.yml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b0e20ee710..4576fd62bf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -316,6 +316,26 @@ build-without-native-backend-and-wayland@x86_64:
paths:
- build/meson-logs
+build-wayland-only@x86_64:
+ extends:
+ - .fdo.distribution-image@fedora
+ - .mutter.fedora:35@x86_64
+ stage: build
+ needs:
+ - build-fedora-container@x86_64
+ script:
+ - meson . build --werror --prefix /usr
+ -Dbuildtype=debugoptimized
+ -Dwayland=true
+ -Dxwayland=false
+ -Dcore_tests=false
+ -Dnative_tests=false
+ - meson compile -C build
+ - meson install -C build
+ artifacts:
+ paths:
+ - build/meson-logs
+
.test-setup: &test-setup
variables:
XDG_RUNTIME_DIR: "$CI_PROJECT_DIR/runtime-dir"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]