mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-05-06 08:18:05 +02:00
ci: remove unnecessary installed-tests param
This commit is contained in:
parent
e86f3c403c
commit
4a8211074f
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 -Dinstalled-tests=true
|
||||
- meson setup _build --prefix=/usr -Ddrivers=all
|
||||
- meson install -C _build
|
||||
- mv _build _build_dir
|
||||
- rm -rf tests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue