[gimp/wip/schumaml/CI-add-distcheck-job: 6/7] build: allow the distcheck job to fail



commit d473a1186c9c6137f237918658ea409ce7cba66b
Author: Michael Schumacher <schumaml gmx de>
Date:   Sun Jun 7 15:24:51 2020 +0200

    build: allow the distcheck job to fail
    
    The idea being that being able to build GIMP is more important and any time and should get fast feedback, 
while make distcheck is usually only used when a release is prepared.

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f5bb4f76a0..a68ccf2c2e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -153,3 +153,4 @@ gimp-debian/testing-autotools-distcheck:
         --disable-python
     - make -j "$(nproc)"
     - make distcheck
+  allow_failure: true


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