summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-05-06 12:22:41 +0200
committerBastien Nocera <hadess@hadess.net>2021-05-06 12:50:36 +0200
commit81a00c80a3cba39875c9d7ac73d069367c50fcf4 (patch)
tree3070331f2d3ff083284a02f89965602dee712b1b /.gitlab-ci.yml
parent3883891dd47e8ac98ac696d62a0384bc32ef4b10 (diff)
downloadtotem-81a00c80a3cba39875c9d7ac73d069367c50fcf4.tar.gz
ci: Build totem with all the trimmings
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 ea1b3ea93..329079465 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,7 +47,7 @@ build-fedora:
# See https://bugzilla.redhat.com/show_bug.cgi?id=1896438
- dnf remove -y pylint
script:
- - meson _build
+ - meson _build -Dhelp=true -Denable-gtk-doc=true -Denable-easy-codec-installation=yes -Denable-python=yes -Dprofile=default
- G_MESSAGES_DEBUG=all xvfb-run -a -s "-screen 0 1024x768x24" ninja -C _build test
- ninja -C _build install
- G_MESSAGES_DEBUG=all xvfb-run -a -s "-screen 0 1024x768x24" ninja -C _build dist