mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-05-07 05:18:11 +02:00
ci: Add installed-tests=true to test_installed job
This commit is contained in:
parent
5af8496458
commit
77b8655616
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ test_installed:
|
|||
extends:
|
||||
- .standard_job
|
||||
script:
|
||||
- meson setup _build --prefix=/usr -Ddrivers=all
|
||||
- meson setup _build --prefix=/usr -Ddrivers=all -Dinstalled-tests=true
|
||||
- meson install -C _build
|
||||
- mv _build _build_dir
|
||||
- rm -rf tests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue