diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f176de8..30616fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,8 @@ workflow: build_stable: before_script: - - dnf update -y && dnf install -y $DEPENDENCIES + - dnf update -y + - if [ -x /bin/dnf ]; then dnf install -y $DEPENDENCIES; else dnf5 install -y $DEPENDENCIES; fi - mkdir tmpdir/ script: - meson -Dgtk_doc=true -Dpylint=true -Dtests=true _build