[librsvg/librsvg-2.44] CI: run make && make check



commit cc882c7ab25bf112f3317676720fcad2389ab004
Author: Jordan Petridis <jordanpetridis protonmail com>
Date:   Mon Sep 10 22:27:28 2018 +0000

    CI: run make && make check
    
    When running just make check, bindings and doc generation where
    being skipped.

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 142044c9..ef3d43a7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,6 +44,7 @@ stages:
       mkdir _build
       cd _build
       ../autogen.sh --enable-gtk-doc --enable-vala
+      make
       make check
 
   artifacts:


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