Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothy Gu
fprintd
Commits
dccc5796
Commit
dccc5796
authored
Feb 04, 2020
by
Marco Trevisan
Browse files
ci: Enable coverage reports in test build
parent
0994cc31
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
dccc5796
...
...
@@ -2,7 +2,7 @@ image: fedora:rawhide
variables
:
DEPENDENCIES
:
dbus-glib-devel pam-devel polkit-devel
gtk-doc meson gettext intltool autoconf automake libtool
gtk-doc meson gettext
gcovr
intltool autoconf automake libtool
gcc gcc-c++ glibc-devel make python3-dbusmock python3-libpamtest systemd-devel
DEPENDENCIES_STABLE
:
$DEPENDENCIES libfprint-devel
DEPENDENCIES_DEV
:
$DEPENDENCIES git
...
...
@@ -80,10 +80,11 @@ test_dev_meson:
stage
:
test
<<
:
*install_libfprint_dev
script
:
-
meson _build
-
meson _build
-Db_coverage=true
-
meson test -C _build --verbose --no-stdsplit --timeout-multiplier
3
-
ninja -C _build coverage
artifacts
:
name
:
log
name
:
log
-and-coverage
when
:
always
paths
:
-
_build/meson-logs
/*.txt
-
_build/meson-logs
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment