[gimp/wip/Jehan/gitlab-ci-more-win] gitlab-ci: add Win 32-bit and Linux Clang builds to schedules.




commit 19c68300beb5072622141834221a9f09d7ce359d
Author: Jehan <jehan girinstud io>
Date:   Thu May 6 15:38:23 2021 +0200

    gitlab-ci: add Win 32-bit and Linux Clang builds to schedules.
    
    These are interesting and may find very specific bugs from time to time,
    but it is rare enough not to warrant to run at each commits. This is
    just a waste of resources.

 .gitlab-ci.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d33795919a..fabbe9bce4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -56,6 +56,8 @@ build-image-win64:
 
 
 build-image-win32:
+  only:
+    - schedules
   rules:
     - if: '$CI_COMMIT_TAG == null'
   stage: prepare
@@ -169,6 +171,8 @@ gimp-meson-debian:
     - ninja -C _build test
 
 gimp-clang-debian:
+  only:
+    - schedules
   rules:
     - if: '$CI_COMMIT_TAG == null'
   extends: .gimp-debian-base
@@ -297,6 +301,8 @@ gimp-win64:
 ## WINDOWS 32-bit CI (cross-build crossroad) ##
 
 deps-win32:
+  only:
+    - schedules
   rules:
     - if: '$CI_COMMIT_TAG == null'
   stage: dependencies
@@ -327,6 +333,8 @@ deps-win32:
   needs: ["build-image-win32"]
 
 gimp-win32:
+  only:
+    - schedules
   rules:
     - if: '$CI_COMMIT_TAG == null'
   stage: gimp
@@ -474,6 +482,8 @@ win64-nightly:
   needs: ["gimp-win64"]
 
 win32-nightly:
+  only:
+    - schedules
   rules:
     - if: '$CI_COMMIT_TAG == null'
   stage: distribution


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