mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-05 16:58:07 +02:00
ci: Force building with libplist
This commit is contained in:
parent
694207d3f0
commit
0c6fa202ea
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ variables:
|
|||
gcc redhat-rpm-config gcc-c++ glibc-devel make
|
||||
systemd sqlite-devel gobject-introspection-devel
|
||||
libusbx-devel libgudev-devel libimobiledevice-devel
|
||||
glib2-devel
|
||||
glib2-devel libplist-devel
|
||||
umockdev python3-dbus python3-dbusmock
|
||||
|
||||
build_stable:
|
||||
|
|
@ -14,7 +14,7 @@ build_stable:
|
|||
script:
|
||||
- mkdir _build
|
||||
- cd _build
|
||||
- ../autogen.sh
|
||||
- ../autogen.sh --with-idevice
|
||||
- make
|
||||
- make install
|
||||
- make check
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue