[gimp/wip/Jehan/master-distcheck] gitlab-ci: add a distcheck step on master too.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/Jehan/master-distcheck] gitlab-ci: add a distcheck step on master too.
- Date: Mon, 3 Aug 2020 00:44:13 +0000 (UTC)
commit 596bf1dbc3cbd00d1da4e5c1b8242e5ad3d3e291
Author: Jehan <jehan girinstud io>
Date: Mon Aug 3 02:27:29 2020 +0200
gitlab-ci: add a distcheck step on master too.
Similar to the distcheck step only contributed by schumaml on gimp-2-10.
.gitlab-ci.yml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4036a3dca0..73a664c092 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -144,6 +144,22 @@ gimp-debian/testing-autotools:
- 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
+ --with-python=force
+ --with-javascript=force
+ --with-lua=force
+ --enable-gtk-doc
+ - make -j "$(nproc)"
+ - make distcheck
+ allow_failure: true
+
gimp-debian/testing-meson:
extends: .gimp-debian/testing-base
script:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]