[libgda] CI: simplify library build and tests



commit 55a4f58c094de4d263a16c50af47782949d2ff06
Author: Daniel Espinosa <esodan gmail com>
Date:   Thu Apr 11 14:38:52 2019 -0500

    CI: simplify library build and tests

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4087e4883..f741e3997 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,7 +68,7 @@ library_build:
   script:
   - export PGPASSWORD=$POSTGRES_PASSWORD
   - psql -h "postgres" -U "$POSTGRES_USER" -d "$POSTGRES_DB" -c "SELECT 'OK' AS status;"
-  - meson _build --prefix=/usr -Denable-debug=true -Denable-gtk-doc=true -Denable-tools=true
+  - meson _build --prefix=/usr -Denable-debug=true
   - cd _build
   - ninja
   - broadwayd &


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