[libgda] CI: Enable Docs without experimental



commit 29d8dcbc52537ef79b5247762ae38ccacd6a8c6f
Author: Daniel Espinosa <esodan gmail com>
Date:   Tue Apr 23 17:49:49 2019 -0500

    CI: Enable Docs without experimental
    
    Fix https://gitlab.gnome.org/GNOME/libgda/issues/188

 .gitlab-ci.yml | 19 +------------------
 1 file changed, 1 insertion(+), 18 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d0767f688..d3cdc1829 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,6 @@ services:
 
 stages:
   - build
-  - doc_generation
   - deploy_doc
 
 variables:
@@ -68,7 +67,7 @@ library_build:
   script:
   - export PGPASSWORD=$POSTGRES_PASSWORD
   - psql -h "postgres" -U "$POSTGRES_USER" -d "$POSTGRES_DB" -c "SELECT 'OK' AS status;"
-  - meson _build --prefix=/usr -Denable-debug=true
+  - meson _build --prefix=/usr -Denable-debug=true -Denable-gtk-doc=true
   - cd _build
   - ninja
   - broadwayd &
@@ -85,22 +84,6 @@ library_build:
     - _build/doc/Gdaui-6.0
     expire_in: 1 week
 
-documentation_build:
-  stage: doc_generation
-  script:
-  - meson _build --prefix=/usr -Denable-gtk-doc=true -Denable-experimental=true -Denable-tools=true 
-Denable-ldap=true
-  - cd _build
-  - ninja
-  - ninja install
-  allow_failure: true
-  artifacts:
-    when: on_failure
-    paths:
-    - _build/meson-logs/meson-log.txt
-    - _build/doc/C/libgda/html
-    - _build/doc/Gda-6.0
-    expire_in: 1 week
-
 pages:
   stage: deploy_doc
   script:


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