ci: Switch from Debian unstable to Fedora 30

Fedora has GLib ≥2.60.1, which we’ll need in an upcoming commit.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2019-06-13 15:09:49 +01:00
parent c96ca4575c
commit cc53f88d8d
1 changed files with 7 additions and 8 deletions

View File

@ -1,12 +1,11 @@
image: debian:unstable image: fedora:30
before_script: before_script:
- apt update -qq - dnf install -y meson pkgconf-pkg-config gtk-doc
- apt install -y -qq build-essential meson pkg-config gtk-doc-tools libxml2-devel dbus-daemon
libxml2-utils gobject-introspection glib2-devel dbus-devel gobject-introspection-devel
libgirepository1.0-dev libglib2.0-dev gettext-devel polkit-devel polkit-gnome git
gettext libdbus-1-dev libpolkit-gobject-1-dev git lcov
policykit-1 lcov
- export LANG=C.UTF-8 - export LANG=C.UTF-8
stages: stages:
@ -17,7 +16,7 @@ cache:
paths: paths:
- _ccache/ - _ccache/
debian-unstable: fedora:
stage: build stage: build
except: except:
- tags - tags