ci: Switch from Fedora to Debian for CI
Debian Unstable now has libglib-testing packaged, which can be used to avoid having to build it as a submodule. Otherwise, building on Debian should be largely equivalent to building on Fedora. Signed-off-by: Philip Withnall <withnall@endlessm.com> Helps: !3
This commit is contained in:
parent
7813a3c40f
commit
d374ea676f
|
@ -1,11 +1,11 @@
|
|||
image: fedora:30
|
||||
image: debian:unstable
|
||||
|
||||
before_script:
|
||||
- dnf install -y meson pkgconf-pkg-config gtk-doc
|
||||
libxml2-devel dbus-daemon
|
||||
glib2-devel dbus-devel gobject-introspection-devel
|
||||
gettext-devel polkit-devel polkit-gnome git
|
||||
lcov pam-devel gtk3-devel accountsservice-devel flatpak-devel
|
||||
- apt update
|
||||
- apt install -y meson pkg-config gtk-doc-tools libxml2-utils
|
||||
libglib2.0-dev libgirepository1.0-dev libpam0g-dev
|
||||
gettext policykit-1 libpolkit-gobject-1-dev git
|
||||
lcov libgtk-3-dev libaccountsservice-dev libflatpak-dev
|
||||
- export LANG=C.UTF-8
|
||||
|
||||
stages:
|
||||
|
@ -16,7 +16,7 @@ cache:
|
|||
paths:
|
||||
- _ccache/
|
||||
|
||||
fedora:
|
||||
debian:
|
||||
stage: build
|
||||
except:
|
||||
- tags
|
||||
|
|
Loading…
Reference in New Issue