ci: Dist using Meson
This commit is contained in:
parent
880dd62c09
commit
d960720156
@ -19,7 +19,7 @@ fedora-distcheck:
|
||||
when: manual
|
||||
stage: build
|
||||
script:
|
||||
- bash -x ./.gitlab-ci/test-docker-autotools.sh
|
||||
- bash -x ./.gitlab-ci/test-docker-meson.sh
|
||||
|
||||
fedora-meson:
|
||||
image: registry.gitlab.gnome.org/gnome/gtk/fedora-gtk3:v3
|
||||
|
@ -41,3 +41,7 @@ xvfb-run -a -s "-screen 0 1024x768x24" \
|
||||
--suite=flaky \
|
||||
--suite=failing \
|
||||
|| true
|
||||
|
||||
if [ -n "${DO_DISTCHECK-}" ]; then
|
||||
meson dist --no-tests
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user