ci: Force building with libplist

This commit is contained in:
Bastien Nocera 2020-06-16 14:15:31 +02:00
parent 694207d3f0
commit 0c6fa202ea

View file

@ -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