ci: Enable Virtual Device (with storage or not) tests

This commit is contained in:
Marco Trevisan (Treviño)
2021-01-25 19:00:43 +01:00
parent 0b80245e8a
commit 2348876ba0

View File

@ -45,7 +45,7 @@ stages:
- dnf remove -y libfprint-devel - dnf remove -y libfprint-devel
- git clone https://gitlab.freedesktop.org/libfprint/libfprint.git - git clone https://gitlab.freedesktop.org/libfprint/libfprint.git
- cd libfprint - cd libfprint
- meson . _build --prefix=/usr -Ddrivers=virtual_image -Ddoc=false - meson . _build --prefix=/usr -Ddrivers=virtual_image,virtual_device,virtual_device_storage -Ddoc=false
- ninja -C _build - ninja -C _build
- ninja -C _build install - ninja -C _build install
- cd .. - cd ..