[evince] gitlab-ci: Fix build on master.



commit 4ffbddf819bf02babfe69afd1bfb6f2556c48daf
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Thu May 24 22:20:37 2018 -0400

    gitlab-ci: Fix build on master.
    
    Do not make check without gtk-doc enabled.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d3d31c7d..446322d1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ master:
 
     script:
         - ./autogen.sh --enable-debug --enable-nautilus
-        - make check
+        - make
 
     artifacts:
         when: on_failure


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