summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-07-17 02:17:21 +0200
committerCarlos Garnacho <carlosg@gnome.org>2022-07-17 15:01:57 +0200
commitaea373bc44c40ef90b232e3cdff2905bcecfe460 (patch)
tree050bcc0ce9b7890064891ad7372b580eaf5ea267 /.gitlab-ci.yml
parent4098bbda20dac89eefa20840e09673dba4b86862 (diff)
downloadtracker-aea373bc44c40ef90b232e3cdff2905bcecfe460.tar.gz
build: Cleanse of Vala dependencies
Drop all the places left where we do specify things for Vala, and rename the targets that had that name because of vala code presence.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 25cdd5cec..347b26d02 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -107,7 +107,7 @@ check-merge-request:
.tracker.alpine@common:
variables:
BASE_TAG: '2022-03-07.0'
- FDO_DISTRIBUTION_PACKAGES: 'alpine-sdk asciidoc bash-completion dbus dbus-dev git glib-dev gobject-introspection-dev gtk-doc icu-dev json-glib-dev libsoup-dev libxml2-dev meson py3-gobject3 py3-setuptools py3-tappy sqlite-dev vala gcovr'
+ FDO_DISTRIBUTION_PACKAGES: 'alpine-sdk asciidoc bash-completion dbus dbus-dev git glib-dev gobject-introspection-dev gtk-doc icu-dev json-glib-dev libsoup-dev libxml2-dev meson py3-gobject3 py3-setuptools py3-tappy sqlite-dev gcovr'
.tracker.fedora:35@x86_64:
extends: .tracker.fedora@common
@@ -294,7 +294,6 @@ build-alpine-latest@x86_64:
- gcovr --root=.. --filter='\.\./src/'
--exclude=../utils --exclude=../examples --exclude=../docs/reference
--exclude='\.\./build/.*\.[ch]$' --exclude='.*/tests/.*\.[ch]$'
- --exclude='\.\./src/.*\.vala$'
--json --print-summary --output=../coverage-${CI_JOB_NAME}.json 2>/dev/null
- popd
- |