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



commit 7ea3157a5a231a36a630b2a16196116d2ecb682b
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]