[gtkmm-documentation] CI: Use Fedora 36



commit c5ad707a67e266172c13ae754946e735cc392cd5
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Sun May 22 18:19:34 2022 +0200

    CI: Use Fedora 36
    
    and don't install just to build translations.
    It's not necessary now that gnome.yelp() is not used.

 .gitlab-ci.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1b12482..23b5506 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,12 @@
+# 2022-05-22: fedora:latest = 36, fedora:rawhide = 37
+# See https://hub.docker.com/_/fedora
 stages:
   - validate
   - build
   - deploy
 
 .build-default:
-  image: "fedora:34"
+  image: "fedora:latest"
   before_script:
     - export PATH="$HOME/.local/bin:$PATH"
     - dnf install -y ${FEDORA_DEPS}
@@ -34,9 +36,6 @@ docs-validation:
   script:
     - meson setup ${MESON_OPTIONS} _build .
     - ninja -C _build
-    # Translations are built on installation as long as issue
-    # https://github.com/mesonbuild/meson/issues/2775 has not been fixed.
-    - ninja -C _build install
 
 html-tutorial:
   extends: .build-default


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]