[gbrainy/jenkins: 2/2] CI



commit cd22bc16525e5d395affafec8268c9005f24022c
Author: Jordi Mas <jmas softcatala org>
Date:   Wed Jan 9 19:30:14 2019 +0100

    CI

 .gitlab-ci.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..b29e56f
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,10 @@
+image: mono:latest
+
+build:
+  stage: build
+  before_script: 
+  script: 
+    - ./autogen.sh && ./configure --enable-tests
+    - make 
+    - cd tests && make
+


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