gitlab-ci: add a distcheck step on master too.

Similar to the distcheck step only contributed by schumaml on gimp-2-10.
This commit is contained in:
Jehan 2020-08-03 02:27:29 +02:00
parent ec746901c3
commit 596bf1dbc3
1 changed files with 16 additions and 0 deletions

View File

@ -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: