[libgda: 18/23] Revert "CI: Reducing stages time consumption"



commit 61e0006b832570fc9630ded41f85baafe7a3d75f
Author: Daniel Espinosa <esodan gmail com>
Date:   Thu May 17 16:53:30 2018 -0500

    Revert "CI: Reducing stages time consumption"
    
    This reverts commit 8da908212e77ade0d4b4ac5d9e23e3a1280555e5.

 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 24cfaa72e..db75bef71 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,11 +35,12 @@ job_normal:
   script:
   - ./autogen.sh
   - make
+  - make install
 
 job_check:
   stage: check
   script:
-  - ./configure --without-ui
+  - ./autogen.sh --without-ui
   - make
   - make check
   - make install


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