[gbrainy/jenkins] Dep



commit 9975d9ff4dac7ea434b46a5220380b99c769972e
Author: Jordi Mas <jmas softcatala org>
Date:   Wed Jan 9 21:52:30 2019 +0100

    Dep

 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 120b1a5..c812536 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,6 +7,8 @@ build:
   script: 
     - ./autogen.sh && ./configure --enable-tests
     - make
-    - cd tests && make
+    - cd tests 
+    - make run 
+    - cd ..
     - make distcheck
 


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