ci: Add French locale to CI

This commit is contained in:
Bastien Nocera
2021-08-14 11:35:47 +02:00
parent c5aea53101
commit 38c1b4d5c1

View File

@@ -2,6 +2,7 @@ image: fedora:rawhide
variables:
DEPENDENCIES: gcc
glibc-langpack-fr
gtk-doc
pkgconfig(udev)
pkgconfig(systemd)
@@ -18,7 +19,10 @@ variables:
build_stable:
before_script:
# Undo delangification present in the Fedora Docker images
- rm -f /etc/rpm/macros.image-language-conf
- dnf update -y && dnf install -y $DEPENDENCIES
- dnf reinstall -y glib2
script:
- meson -Dgtk_doc=true -Dgtk-tests=true _build
- ninja -v -C _build