[librsvg/bochecha/srcdir-builddir] CI: run make && make check



commit 235061225fffa2f7a4865f9ee7c4eef832e790f1
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 42d7a6c9..d3bf1132 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]