mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
.github: move run-xserver-build-and-test.sh under ubuntu/ subdir
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
6d6f2b3a98
commit
cb5f2cd67e
@@ -15,9 +15,18 @@ fi
|
||||
echo "=== X11_BUILD_DIR=$X11_BUILD_DIR"
|
||||
echo "=== MESON_BUILDDIR=$MESON_BUILDDIR"
|
||||
|
||||
export XTEST_DIR="$X11_BUILD_DIR/xts"
|
||||
export PIGLIT_DIR="$X11_BUILD_DIR/piglit"
|
||||
|
||||
.github/scripts/install-prereq.sh
|
||||
|
||||
.github/scripts/meson-build.sh
|
||||
|
||||
echo '[xts]' > $X11_BUILD_DIR/piglit/piglit.conf
|
||||
echo "path=$X11_BUILD_DIR/xts" >> $X11_BUILD_DIR/piglit/piglit.conf
|
||||
|
||||
meson test -C "$MESON_BUILDDIR" --print-errorlogs
|
||||
|
||||
.github/scripts/check-ddx-build.sh
|
||||
|
||||
.github/scripts/manpages-check
|
||||
Reference in New Issue
Block a user