ci: Add dbus-launch to the Docker build

This commit is contained in:
Emmanuele Bassi 2020-03-20 15:36:39 +00:00
parent 2747dd5c9f
commit bf6087f2da
2 changed files with 6 additions and 5 deletions

View File

@ -27,14 +27,14 @@ variables:
style-check-diff: style-check-diff:
extends: .only-default extends: .only-default
image: registry.gitlab.gnome.org/gnome/gtk/fedora:v14 image: registry.gitlab.gnome.org/gnome/gtk/fedora:v15
stage: .pre stage: .pre
allow_failure: true allow_failure: true
script: script:
- .gitlab-ci/run-style-check-diff.sh - .gitlab-ci/run-style-check-diff.sh
fedora-x86_64: fedora-x86_64:
image: registry.gitlab.gnome.org/gnome/gtk/fedora:v14 image: registry.gitlab.gnome.org/gnome/gtk/fedora:v15
stage: build stage: build
variables: variables:
EXTRA_MESON_FLAGS: "--buildtype=debug --default-library=both" EXTRA_MESON_FLAGS: "--buildtype=debug --default-library=both"
@ -66,7 +66,7 @@ fedora-x86_64:
<<: *cache-paths <<: *cache-paths
release-build: release-build:
image: registry.gitlab.gnome.org/gnome/gtk/fedora:v14 image: registry.gitlab.gnome.org/gnome/gtk/fedora:v15
stage: build stage: build
variables: variables:
EXTRA_MESON_FLAGS: "--buildtype=release" EXTRA_MESON_FLAGS: "--buildtype=release"
@ -168,7 +168,7 @@ flatpak-master:icon-browser:
<<: *flatpak-master <<: *flatpak-master
static-scan: static-scan:
image: registry.gitlab.gnome.org/gnome/gtk/fedora:v14 image: registry.gitlab.gnome.org/gnome/gtk/fedora:v15
stage: analysis stage: analysis
variables: variables:
EXTRA_MESON_FLAGS: "--buildtype=debug" EXTRA_MESON_FLAGS: "--buildtype=debug"
@ -181,7 +181,7 @@ static-scan:
allow_failure: true allow_failure: true
reference: reference:
image: registry.gitlab.gnome.org/gnome/gtk/fedora:v14 image: registry.gitlab.gnome.org/gnome/gtk/fedora:v15
stage: docs stage: docs
variables: variables:
EXTRA_MESON_FLAGS: "--buildtype=release" EXTRA_MESON_FLAGS: "--buildtype=release"

View File

@ -13,6 +13,7 @@ RUN dnf -y install \
colord-devel \ colord-devel \
cups-devel \ cups-devel \
dbus-daemon \ dbus-daemon \
dbus-x11 \
dejavu-sans-mono-fonts \ dejavu-sans-mono-fonts \
desktop-file-utils \ desktop-file-utils \
diffutils \ diffutils \