image: fedora:rawhide variables: DEPENDENCIES: gtk-doc gobject-introspection-devel gtk3-devel systemd-devel libcanberra-devel libnotify-devel meson redhat-rpm-config gcc glibc-devel GIT_SUBMODULE_STRATEGY: recursive build_stable: before_script: # Work-around https://bugzilla.redhat.com/show_bug.cgi?id=1607172#c4 - echo "update dnf gdbm" >> translist.txt - echo "remove python3-modulemd" >> translist.txt - dnf shell -y --nogpgcheck translist.txt - dnf update -y --nogpgcheck - dnf install -y --nogpgcheck $DEPENDENCIES script: - meson . _build --prefix=/usr - ninja -C _build - ninja -C _build install - ninja -C _build test