mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
.gitlab-ci.yml: Disable coverage reports for flatpak
https://gitlab.com/freedesktop-sdk/freedesktop-sdk/merge_requests/1120 https://gitlab.com/freedesktop-sdk/freedesktop-sdk/issues/740 Good to know that libgcov is useless.
This commit is contained in:
parent
2cca1945e1
commit
a5a405d669
1 changed files with 2 additions and 2 deletions
|
@ -54,11 +54,11 @@ flatpak devel:
|
|||
stage: test
|
||||
variables:
|
||||
MANIFEST_PATH: "build-aux/flatpak/org.gnome.Nautilus.yml"
|
||||
MESON_ARGS: "-Dprofile=Devel -Dtests=all -Db_coverage=true"
|
||||
MESON_ARGS: "-Dprofile=Devel -Dtests=all"
|
||||
FLATPAK_MODULE: "nautilus"
|
||||
RUNTIME_REPO: "https://sdk.gnome.org/gnome.flatpakrepo"
|
||||
APP_ID: "org.gnome.NautilusDevel"
|
||||
extends: '.flatpak_gcovr'
|
||||
extends: '.flatpak'
|
||||
|
||||
review:
|
||||
stage: deploy
|
||||
|
|
Loading…
Reference in a new issue