mirror of https://github.com/GNOME/gimp.git
gitlab-ci, gimp-data: always test the install phase too.
See: https://gitlab.gnome.org/GNOME/gimp-data/-/issues/3
This commit is contained in:
parent
ca9d57a417
commit
b5cbe4e9dc
|
@ -296,6 +296,8 @@ gimp-debian-x64:
|
||||||
- if [ "$VARIANT" != "-gcc" ] && [ "$VARIANT" != "-raster" ] && [ "$CI_PIPELINE_SOURCE" != "merge_request_event" ]; then
|
- if [ "$VARIANT" != "-gcc" ] && [ "$VARIANT" != "-raster" ] && [ "$CI_PIPELINE_SOURCE" != "merge_request_event" ]; then
|
||||||
ninja dist;
|
ninja dist;
|
||||||
fi
|
fi
|
||||||
|
# Check install
|
||||||
|
- ninja install
|
||||||
- cd ..
|
- cd ..
|
||||||
# Make sure that any Debian pipeline is easily testable relocatable on local Debian
|
# Make sure that any Debian pipeline is easily testable relocatable on local Debian
|
||||||
- bash build/linux/appimage/2_bundle-gimp-appimage.sh
|
- bash build/linux/appimage/2_bundle-gimp-appimage.sh
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit b1c5e1813888fed7fe5cfdeb4bdc1ffde3b6a4de
|
Subproject commit 1cb035073b0de875e5df00e96c5a345e4e688af9
|
Loading…
Reference in New Issue