[libgda] CI: Reducing stages time consumption
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] CI: Reducing stages time consumption
- Date: Thu, 17 May 2018 21:13:57 +0000 (UTC)
commit 8da908212e77ade0d4b4ac5d9e23e3a1280555e5
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]