[libgda: 17/23] CI: Reducing stages time consumption



commit 34015a36944e1255cbde934bfe764b071e42a69d
Author: Daniel Espinosa <esodan gmail com>
Date:   Thu May 17 16:12:43 2018 -0500

    CI: Reducing stages time consumption

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


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