ci: Dist using Meson

This commit is contained in:
Emmanuele Bassi 2022-12-06 22:21:43 +00:00
parent 880dd62c09
commit d960720156
2 changed files with 5 additions and 1 deletions

View File

@ -19,7 +19,7 @@ fedora-distcheck:
when: manual when: manual
stage: build stage: build
script: script:
- bash -x ./.gitlab-ci/test-docker-autotools.sh - bash -x ./.gitlab-ci/test-docker-meson.sh
fedora-meson: fedora-meson:
image: registry.gitlab.gnome.org/gnome/gtk/fedora-gtk3:v3 image: registry.gitlab.gnome.org/gnome/gtk/fedora-gtk3:v3

View File

@ -41,3 +41,7 @@ xvfb-run -a -s "-screen 0 1024x768x24" \
--suite=flaky \ --suite=flaky \
--suite=failing \ --suite=failing \
|| true || true
if [ -n "${DO_DISTCHECK-}" ]; then
meson dist --no-tests
fi