summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3c22be5cd..77a0cd9f1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,10 +40,11 @@ variables:
xorg-x11-server-Xvfb
build-fedora:
- image: fedora:latest
+ image: fedora:rawhide
stage: test
before_script:
- - dnf install -y $FEDORA_DEPS
+ - dnf install -y $FEDORA_DEPS python3-pylint
+ - rpm -Fvh https://kojipkgs.fedoraproject.org//work/tasks/5966/74845966/pylint-2.10.2-1.fc36.noarch.rpm https://kojipkgs.fedoraproject.org//work/tasks/5966/74845966/python3-pylint-2.10.2-1.fc36.noarch.rpm https://kojipkgs.fedoraproject.org//packages/python-platformdirs/2.3.0/1.fc36/noarch/python3-platformdirs-2.3.0-1.fc36.noarch.rpm https://kojipkgs.fedoraproject.org//work/tasks/6896/74846896/python3-astroid-2.7.3-1.fc36.noarch.rpm
script:
- meson _build -Dhelp=true -Denable-gtk-doc=true -Denable-easy-codec-installation=yes -Denable-python=yes -Dprofile=default
- G_MESSAGES_DEBUG=all xvfb-run -a -s "-screen 0 1024x768x24" ninja -C _build test