mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-08 03:08:03 +02:00
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
This commit is contained in:
parent
5dbd51c47a
commit
c4bfc27042
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue