summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2023-04-16 12:18:09 +0200
committerBastien Nocera <hadess@hadess.net>2023-04-16 12:26:03 +0200
commitc4bfc27042541f6c7014843239788f5d1d265eda (patch)
tree4349ce0bc9940815c2cdd69b68a4d9c112e163e7
parent5dbd51c47a7da6bcf96a0832e58386830f339115 (diff)
downloadupower-c4bfc27042541f6c7014843239788f5d1d265eda.tar.gz
ci: Update to newer umockdev
So as to include this bug fix until 0.17.17 propagates to rawhide: https://github.com/martinpitt/umockdev/issues/206
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aa818ba..2f31d32 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -107,6 +107,13 @@ test:
- ./configure
- make install
- cd ..
+ - git clone https://github.com/martinpitt/umockdev.git
+ - cd umockdev
+ - dnf install -y 'dnf-command(builddep)'
+ - dnf builddep -y umockdev
+ - meson _build -Dprefix=/usr
+ - ninja -C _build install
+ - cd ..
script:
- meson _build -Dintrospection=enabled -Dman=true -Dgtk-doc=true -Didevice=enabled
- ninja -C _build