[gimp/wip/schumaml/gitlab-ci] build: make sure there are dedicated stages for babl, gegl and gimp



commit bc20685b8f5def4b1fc358f1a6b600da1e8168ec
Author: Michael Schumacher <schumaml gmx de>
Date:   Sun Jul 21 14:06:19 2019 +0200

    build: make sure there are dedicated stages for babl, gegl and gimp
    
    ... and in that order :)

 .gitlab-ci.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cfda201a54..1eb6e156f2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,6 @@
 stages:
-  - dependencies
+  - babl
+  - gegl
   - gimp
 
 variables:
@@ -13,7 +14,7 @@ cache:
 image: archlinux/base:latest
 
 .babl-base:
-  stage: dependencies
+  stage: babl
   artifacts:
     paths:
     - $INSTALL_DIR
@@ -70,7 +71,7 @@ babl-git-autotools:
 #     - ninja -C _build install
 
 .gegl-base:
-  stage: dependencies
+  stage: gegl
   artifacts:
     paths:
     - $INSTALL_DIR


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