ci: Add install prefix to the artifacts of meson-dist job
This will allow to reuse built xserver on subsequent driver build jobs Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1806>
This commit is contained in:
parent
f7d2e810ba
commit
8e5a5cf2c1
|
@ -235,6 +235,7 @@ meson-dist:
|
||||||
paths:
|
paths:
|
||||||
- $MESON_BUILDDIR/meson-logs/
|
- $MESON_BUILDDIR/meson-logs/
|
||||||
- $MESON_BUILDDIR/xserver-*/$MESON_BUILDDIR/meson-logs/
|
- $MESON_BUILDDIR/xserver-*/$MESON_BUILDDIR/meson-logs/
|
||||||
|
- xserver-tarball/install/
|
||||||
script:
|
script:
|
||||||
- .gitlab-ci/meson-build.sh --run-dist
|
- .gitlab-ci/meson-build.sh --run-dist
|
||||||
- mkdir xserver-tarball
|
- mkdir xserver-tarball
|
||||||
|
|
Loading…
Reference in New Issue