[gegl] gitlab-ci: Inherit debug build from all-build



commit 80e96109cb77e669edfd99ada6d950039100dc78
Author: Jan Vesely <jano vesely gmail com>
Date:   Fri Feb 21 16:51:16 2020 -0500

    gitlab-ci: Inherit debug build from all-build
    
    Do not duplicate full config line.
    Signed-off-by: Jan Vesely <jano vesely gmail com>

 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8d1054c30..6716923ce 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -96,11 +96,10 @@ babl-min:
     CONFIG_OPTIONS: "-Dworkshop=true -Ddocs=true -Dintrospection=true"
 
 .build-all-debug:
-  extends: .build-gegl
+  extends: .build-all
   variables:
     CFLAGS: "-DGEGL_ENABLE_DEBUG"
     CXXFLAGS: "-DGEGL_ENABLE_DEBUG"
-    CONFIG_OPTIONS: "-Dworkshop=true -Ddocs=true -Dintrospection=true"
 
 default-min-babl:
   extends: .build-default


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