ci: Add French locale to CI
This commit is contained in:
@@ -2,6 +2,7 @@ image: fedora:rawhide
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
DEPENDENCIES: gcc
|
DEPENDENCIES: gcc
|
||||||
|
glibc-langpack-fr
|
||||||
gtk-doc
|
gtk-doc
|
||||||
pkgconfig(udev)
|
pkgconfig(udev)
|
||||||
pkgconfig(systemd)
|
pkgconfig(systemd)
|
||||||
@@ -18,7 +19,10 @@ variables:
|
|||||||
|
|
||||||
build_stable:
|
build_stable:
|
||||||
before_script:
|
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 update -y && dnf install -y $DEPENDENCIES
|
||||||
|
- dnf reinstall -y glib2
|
||||||
script:
|
script:
|
||||||
- meson -Dgtk_doc=true -Dgtk-tests=true _build
|
- meson -Dgtk_doc=true -Dgtk-tests=true _build
|
||||||
- ninja -v -C _build
|
- ninja -v -C _build
|
||||||
|
Reference in New Issue
Block a user