This commit is contained in:
Enrico Weigelt, metux IT consult 2024-10-15 18:20:20 +02:00
parent d5a867a53f
commit 93cfb81ecc

View File

@ -260,6 +260,8 @@ xf86-driver-build-test:
script:
# Install the server first
- .gitlab-ci/meson-build.sh --skip-test --run-install
- find / -name "exa.h" || true
- find / -name "xf86Cursor.h" || true
- unset MESON_EXTRA_ARGS
- DRIVER=$(basename $REPO)
- git clone "$REPO" "$DRIVER"