[retro-gtk/build-doc] Accept that everything is terrible and cry in the dark



commit 2385a74cbac378272b29cffdf62088d1882a6aa2
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Mon Apr 13 14:06:44 2020 +0200

    Accept that everything is terrible and cry in the dark

 .gitlab-ci.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e879305..0b05218 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -72,13 +72,9 @@ reference:
   stage: build
   variables:
     MESON_ARGS: "--buildtype=release --libdir=lib -Dpulseaudio=disabled -Dintrospection=false 
-Dbuild-tests=false -Dbuild-doc=true"
-  before_script:
-    - dnf install -y glib2-doc
   script:
     - meson ${MESON_ARGS} _build
-    - ninja -C _build
-    - ninja -C _build retro-gtk-doc 2>&1 | tee _build/doc/buildlog
-    - if grep -qs 'warning' _build/doc/buildlog; then exit 1; fi
+    - ninja -C _build retro-gtk-doc
     - mv _build/doc/html/ _reference/
   artifacts:
     paths:


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