[gsound/wip/hadess/fix-automake: 1/2] ci: Force enable a few features




commit af7953ff4b47a99d7833acd1405b7a3eccda10d8
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jul 22 13:53:04 2021 +0200

    ci: Force enable a few features
    
    So we get error if those fail to be tested.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e580884..c734038 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ build_stable:
   script:
     - mkdir _build
     - cd _build
-    - ../autogen.sh --prefix=/usr --sysconfdir=/etc
+    - ../autogen.sh --prefix=/usr --sysconfdir=/etc --enable-vala=yes --enable-gtk-doc --enable-introspection
     - make
     - make install
     - cd ..


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