mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-09-10 13:00:08 +00:00
ci/build: Use meson compile rather than ninja
This commit is contained in:
committed by
Marco Trevisan
parent
1b9bee4b6d
commit
ffdb0a84b8
+1
-1
@@ -90,7 +90,7 @@ test:
|
||||
script:
|
||||
- meson setup _build --werror -Ddrivers=all -Db_coverage=true
|
||||
- meson test -C _build --print-errorlogs --no-stdsplit --timeout-multiplier 3
|
||||
- ninja -C _build coverage || true
|
||||
- meson compile -C _build coverage || true
|
||||
- cat _build/meson-logs/coverage.txt || true
|
||||
artifacts:
|
||||
reports:
|
||||
|
||||
Reference in New Issue
Block a user