[retro-gtk/build-doc: 9/16] ci: Drop the old doc job



commit b26c1d2d5838662116c39c4ec3ce7905230d5c17
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Sun Apr 12 09:59:52 2020 +0200

    ci: Drop the old doc job

 .gitlab-ci.yml | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d0aebcf..c74a86d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,22 +68,9 @@ flatpak:demo:
       - _build/meson-logs/meson-log.txt
     expire_in: 2 days
 
-doc:
-  image: debian:buster
-  stage: doc
-  dependencies:
-    - build-debian-gcc
-  script:
-    - ninja -C _build meson-libhandy-doc 2>&1 | tee _build/doc/buildlog
-    - if grep -qs 'warning' _build/doc/buildlog; then exit 1; fi
-  artifacts:
-    when: always
-    paths:
-      - _build/doc/html
-
 reference:
   image: registry.gitlab.gnome.org/gnome/gtk/fedora:v16
-  stage: docs
+  stage: doc
   variables:
     EXTRA_MESON_FLAGS: "--buildtype=release"
   script:


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