summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-08-31 11:48:03 +0200
committerBastien Nocera <hadess@hadess.net>2021-08-31 13:11:28 +0200
commit765cf78c662006b78cec9df7b5407898734289b1 (patch)
tree7d2cbf0806015e63958d19ed3a6a60dad65afcf8
parent4cdf7522ac76010e106efb2594da09b15e8cbfa2 (diff)
downloadtotem-wip/hadess/re-enable-pylint.tar.gz
-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