mirror of https://github.com/GNOME/gimp.git
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:
parent
ec746901c3
commit
596bf1dbc3
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue