[gbrainy/jenkins] Deps



commit b1994c4d589220d41916caab8bd4b014aa635b7a
Author: Jordi Mas <jmas softcatala org>
Date:   Wed Jan 9 19:43:17 2019 +0100

    Deps

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b29e56f..1ab9d58 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,7 @@ image: mono:latest
 build:
   stage: build
   before_script: 
+    - apt-get update && apt-get install libtool autotools automake
   script: 
     - ./autogen.sh && ./configure --enable-tests
     - make 


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