[gitg/gnome-3-30] docs: Remove build docs feature



commit 11c74e63c7fb3755a2c76f0256a6e33e1e3dfe95
Author: Alberto Fanjul <albertofanjul gmail com>
Date:   Thu Nov 29 09:24:12 2018 +0100

    docs: Remove build docs feature

 .gitlab-ci.yml                                     |  19 +-
 ...c-Allow-disabling-the-graphviz-dependency.patch | 214 ---------------------
 org.gnome.gitg.json                                |  17 --
 3 files changed, 1 insertion(+), 249 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7306cb84..6094a830 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,7 @@ flatpak:
         MANIFEST_PATH: "org.gnome.gitg.json"
         RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo";
         FLATPAK_MODULE: "gitg"
-        MESON_ARGS: "-Ddeprecations=true --buildtype=debugoptimized -Ddocs=true"
+        MESON_ARGS: "-Ddeprecations=true --buildtype=debugoptimized"
         DBUS_ID: "org.gnome.gitg"
 
     script:
@@ -23,10 +23,6 @@ flatpak:
         - flatpak build app meson --prefix=/app ${MESON_ARGS} _build
         - flatpak build app ninja -C _build install
 
-        # Build the docs
-        - flatpak build app ninja -C _build libgitg-ext-docs
-        - mv docs/ public/
-
         - flatpak-builder --finish-only --repo=repo app ${MANIFEST_PATH}
         - xvfb-run -a -s "-screen 0 1024x768x24" flatpak build app ninja -C _build test
         - flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${DBUS_ID}
@@ -67,16 +63,3 @@ stop_review:
         name: review/$CI_COMMIT_REF_NAME
         action: stop
 
-pages:
-    image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
-    stage: deploy
-    dependencies:
-      - flatpak
-    script:
-      - echo "Deploying docs"
-    artifacts:
-        paths:
-            - public
-    only:
-        - master
-
diff --git a/org.gnome.gitg.json b/org.gnome.gitg.json
index db38f898..f6f09472 100644
--- a/org.gnome.gitg.json
+++ b/org.gnome.gitg.json
@@ -47,23 +47,6 @@
         "*.a"
     ],
     "modules" : [
-        {
-            "name" : "vala",
-            "config-opts" : [
-                "--disable-graphviz"
-            ],
-            "sources" : [
-                {
-                    "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/vala.git";,
-                    "tag" : "0.42.1"
-                },
-                {
-                    "type" : "patch",
-                    "path" : "libvaladoc-Allow-disabling-the-graphviz-dependency.patch"
-                }
-            ]
-        },
         {
             "name" : "libssh2",
             "buildsystem" : "cmake",


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