[libgda: 6/23] CI: disable UI tests



commit cea91ca4708e5c78dec5a4be6365cecbc16aab87
Author: Daniel Espinosa <esodan gmail com>
Date:   Tue May 15 17:59:37 2018 -0500

    CI: disable UI tests

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f2f503f86..5ef9d326c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,7 @@ before_script:
 job_normal:
   stage: build
   script:
-  - ./autogen.sh
+  - ./autogen.sh --without-ui
   - make
   - make install
 


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