ci: Dist using Meson
This commit is contained in:
parent
880dd62c09
commit
d960720156
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user