[gimp/wip/schumaml/gitlab-ci] build: only try debug builds via .gitlab-ci.yml for now



commit 34700fc02b8d6465e5b388ea6a3b6b912111e6d9
Author: Michael Schumacher <schumaml gmx de>
Date:   Sun Jul 21 14:57:00 2019 +0200

    build: only try debug builds via .gitlab-ci.yml for now

 .gitlab-ci.yml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d1345c5390..ceef62e02f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -166,21 +166,21 @@ gegl-git-autotools:
     - LD_LIBRARY_PATH="$INSTALL_PREFIX/lib:$LD_LIBRARY_PATH" make
     - LD_LIBRARY_PATH="$INSTALL_PREFIX/lib:$LD_LIBRARY_PATH" make check
 
-.build-default:
-  extends: .build-gimp
-  variables:
-    CONFIG_OPTIONS: ""
+# .build-default:
+#   extends: .build-gimp
+#   variables:
+#     CONFIG_OPTIONS: ""
 
 .build-all:
   extends: .build-gimp
   variables:
     CONFIG_OPTIONS: "--enable-debug"
 
-build-default-git-autotools:
-  extends: .build-default
-  dependencies:
-    - babl-git-autotools
-    - gegl-git-autotools
+# build-default-git-autotools:
+#   extends: .build-default
+#   dependencies:
+#     - babl-git-autotools
+#     - gegl-git-autotools
 
 # build-default-git-meson:
 #   extends: .build-default


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