[gimp/wip/schumaml/CI-add-distcheck-job: 5/7] build: add an additional distcheck step to .gitlab-ci.yml



commit 449e44bdcba7ceef8082a591bc4eb81010e25b47
Author: Michael Schumacher <schumaml gmx de>
Date:   Sun Jun 7 15:18:13 2020 +0200

    build: add an additional distcheck step to .gitlab-ci.yml
    
    Runs in the gimp stage in parallel to the make && make check build.
    May catch dist errors.

 .gitlab-ci.yml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bf0f3e5f50..f5bb4f76a0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ deps-debian/testing:
     paths:
     - _pacman_cache
   artifacts:
-    expire_in: 1 week
+    expire_in: 1 hour
     when: always
     paths:
     - "${INSTALL_DIR}"
@@ -141,3 +141,15 @@ gimp-debian/testing-autotools:
         --disable-python
     - make -j "$(nproc)"
     - make check
+    
+gimp-debian/testing-autotools-distcheck:
+  extends: .gimp-debian/testing-base
+  script:
+    - mkdir _build
+    - cd _build
+    - ../autogen.sh
+        --prefix="${INSTALL_PREFIX}"
+        --enable-debug
+        --disable-python
+    - make -j "$(nproc)"
+    - make distcheck


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