summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-09-07 15:17:18 +0200
committerBastien Nocera <hadess@hadess.net>2021-09-07 15:17:35 +0200
commit0602eeb940ee48df141c8b0dc325bf3f05fa26a5 (patch)
treefb9bb4906c1ecd113f1a382354504000033bea34
parent69a7cc39db984c8404cbd3530450c7a3f995e959 (diff)
downloadupower-0602eeb940ee48df141c8b0dc325bf3f05fa26a5.tar.gz
ci: Enable all the features explicitly
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4ce0c1a..ec5b159 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,7 +38,7 @@ build_stable:
- sed -i 's,0.23.1,0.23.2,' /tmp/python-dbusmock/dbusmock/__init__.py
- pip install /tmp/python-dbusmock
script:
- - meson _build
+ - meson _build -Dintrospection=enabled -Dman=true -Dgtk-doc=true -Didevice=enabled
- meson test -C _build --print-errorlogs --no-stdsplit
- .ci/fail_skipped_tests.py _build/meson-logs/testlog.junit.xml
artifacts: