summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJonas Ã…dahl <jadahl@gmail.com>2021-05-06 23:17:40 +0200
committerMarge Bot <marge-bot@gnome.org>2021-07-15 12:42:17 +0000
commit5acab6c300f31c74644888465c0437605383d29d (patch)
tree92af7993c36e768c6b640a0ff0e817593dec83e4 /.gitlab-ci.yml
parent4340170e947de9d421dbe7a2f07327cd2b8e837e (diff)
downloadgnome-shell-5acab6c300f31c74644888465c0437605383d29d.tar.gz
Port to MetaContext
This ports over gnome-shell and the theme test case to MetaContext, instead of the various functions that were available before. The test case is changed to use the special test context, used to construct contexts for testing. It's part of a shared libary separate from the main libmutter one. This enables building mutter tests during CI, as the test framework is needed by some of gnome-shell's tests. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1840>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2f0974333..963b7885d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -180,7 +180,7 @@ build:
needs: ["check_commit_log"]
before_script:
- .gitlab-ci/checkout-mutter.sh
- - meson mutter mutter/build --prefix=/usr -Dtests=false
+ - meson mutter mutter/build --prefix=/usr
- ninja -C mutter/build install
script:
- meson . build -Dbuildtype=debugoptimized -Dman=false --werror