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



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