mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-02-05 04:06:20 -05:00
ci: install to prefix after building in Debian
Artifacts include the prefix directory, but it was empty: we weren't running the install step. Run it to align Debian with FreeBSD. This allows reviewers to check the HTML documentation output. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
92229a00d1
commit
5a45a89a83
1 changed files with 1 additions and 0 deletions
|
|
@ -225,6 +225,7 @@ armv7-debian-container_prep:
|
||||||
- meson setup $BUILDDIR --prefix="$PREFIX" -Dicon_directory=/usr/share/X11/icons --fatal-meson-warnings -Dwerror=true ${MESON_BUILD_TYPE}
|
- meson setup $BUILDDIR --prefix="$PREFIX" -Dicon_directory=/usr/share/X11/icons --fatal-meson-warnings -Dwerror=true ${MESON_BUILD_TYPE}
|
||||||
- ninja -C $BUILDDIR -k0 -j${FDO_CI_CONCURRENT:-4}
|
- ninja -C $BUILDDIR -k0 -j${FDO_CI_CONCURRENT:-4}
|
||||||
- meson test -C $BUILDDIR --num-processes ${FDO_CI_CONCURRENT:-4}
|
- meson test -C $BUILDDIR --num-processes ${FDO_CI_CONCURRENT:-4}
|
||||||
|
- ninja -C $BUILDDIR install
|
||||||
- ninja -C $BUILDDIR clean
|
- ninja -C $BUILDDIR clean
|
||||||
artifacts:
|
artifacts:
|
||||||
name: wayland-$CI_JOB_NAME
|
name: wayland-$CI_JOB_NAME
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue